trolld
This commit is contained in:
parent
64de631b3f
commit
3967b897df
1 changed files with 2 additions and 3 deletions
5
aps
5
aps
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue