This commit is contained in:
teldra 2022-02-09 15:40:11 +01:00
parent 3641cbf9a6
commit f901f4e1dc

View File

@ -404,10 +404,13 @@ printing
add_arg_pkg "${@}" add_arg_pkg "${@}"
header "Do installation" header "Do installation"
rly_install=n
if [ "${DEBUG}" -ge "1" ]; then if [ "${DEBUG}" -ge "1" ]; then
echo_vars echo_vars
rly_install=y
fi fi
if ! yesno "Do you really wanna install?" n; then
if ! yesno "Do you really wanna install?" ${rly_install}; then
exit exit
fi fi