📅  最后修改于: 2022-03-11 14:57:06.555000             🧑  作者: Mango
#!/bin/bash
echo "removing evaluation key"
rm ~/.IntelliJIdea*/config/eval/*.key
echo "removing non evaluation key (e.g. expired keys)"
rm ~/.IntelliJIdea*/config/*.key
# for me it was not necessary
echo "resetting evalsprt in options.xml"
sed -i '/evlsprt/d' ~/.IntelliJIdea*/config/options/options.xml