Forked from eamirgh/gist:650f86393b1826dd5c5e5fc68dd5f06e
Last active
May 5, 2023 02:15
-
-
Save shinitiandrei/d71442297639da69a6cd5ccfcdd6120c to your computer and use it in GitHub Desktop.
RESET Goland Evaluation period LINUX
This file contains 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
rm -rf ~/.config/JetBrains/GoLand2021.3/eval | |
rm -rf ~/.config/JetBrains/GoLand2021.3/options/other.xml | |
touch ~/.config/JetBrains/GoLand2021.3/options/other.xml | |
sed -i -E 's/<property name=\"evl.*\".*\/>//' ~/.config/JetBrains/GoLand2021.3/options/other.xml | |
rm -rf ~/.java/.userPrefs/jetbrains/goland | |
rm -rf ~/Library/Application\ Support/JetBrains/GoLand*/eval |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment