added -N nocache option to remove games installer files after installation.

This commit is contained in:
Storm Dragon 2020-09-06 19:26:48 -04:00
parent c9f1b2e336
commit 9229826610

View File

@ -313,6 +313,7 @@ while getopts "${args}" i ; do
h) help;;
i) game_installer;;
m) manualInstall="true";;
N) noCache="true";;
r) game_removal;;
esac
done