This commit is contained in:
Ohio2 2021-08-26 15:03:00 +02:00
parent 64de631b3f
commit 3967b897df

5
aps
View file

@ -14,7 +14,7 @@ else
locpkg_database="${install_root}/var/aps/repos"
lock="${install_root}/var/aps/lock"
official="https://git.hippoz.xyz/alnux/repo"
debug=off
debug=off
fi
if [ ${debug} = on ]; then
set -x
@ -29,8 +29,7 @@ confirm(){
read prompt
if [[ ${prompt} = [nN] ]]; then
die "User said no. Exiting..."
elif [[ ${prompt} = [yY] ]]; then
else
elif [[ ${prompt} != [yY] ]]; then
die "User gave invalid input. Exiting..."
fi
}