Second attempt at making control+c work for ending in the get_installer dialog.

This commit is contained in:
Storm Dragon 2021-07-03 21:21:18 -04:00
parent 685002a7f9
commit 00cc15f5d0

View File

@ -335,7 +335,7 @@ get_bottle() {
}
get_installer() {
trap exit 0 INT
trap "exit 0" SIGINT
# If the file is in cache nothing else needs to be done.
if [[ -f "${cache}/$1" ]]; then
return