make control+c work for ending in the get_installer dialog.

This commit is contained in:
Storm Dragon 2021-07-03 21:09:50 -04:00
parent 978becf644
commit 685002a7f9

View File

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