From 685002a7f9aab516387e971b4cf52d25fff57c9e Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 3 Jul 2021 21:09:50 -0400 Subject: [PATCH] make control+c work for ending in the get_installer dialog. --- audiogame-manager.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index bc0982d..288a3bb 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -335,6 +335,7 @@ get_bottle() { } get_installer() { + trap exit 0 INT # If the file is in cache nothing else needs to be done. if [[ -f "${cache}/$1" ]]; then return