From 92298266109afbb1316086fec739f19a51664290 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 6 Sep 2020 19:26:48 -0400 Subject: [PATCH] added -N nocache option to remove games installer files after installation. --- audiogame-manager.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 01da3fc..992588c 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -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