2 chgrp -R games /opt/openkore
4 echo "------------------------------------------------------------"
5 echo "> Add yourself to the games group to use openkore:"
6 echo "> gpasswd -a USERNAME games"
7 echo "------------------------------------------------------------"
10 mv /opt/openkore/control /opt/openkore/control.backup
12 echo "------------------------------------------------------------"
13 echo "> You already have config files in /opt/openkore/control/."
14 echo "> They will be kept."
15 echo "------------------------------------------------------------"
18 rm -rf /opt/openkore/control
19 mv /opt/openkore/control.backup /opt/openkore/control