Created
March 29, 2019 10:29
-
-
Save salmansayyad/2f0436f462957f43d111c2c458be0551 to your computer and use it in GitHub Desktop.
How to reset IntelIJ IDEA Evaluation Key in Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
rm ~/.IntelliJIdea*/config/eval/idea*.evaluation.key && \ | |
sed -i '/evlsprt/d' ~/.IntelliJIdea*/config/options/other.xml && \ | |
rm -rf ~/.java/.userPrefs/jetbrains | |
# It is Highly Advised to Purchase the JetBrain Softwares | |
# This is only for the case You just want to Extend the | |
# Trial Period and Evaluate the IDE for some more Time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment