This commit is contained in:
teldra 2022-02-09 15:04:55 +01:00
parent 37ca259b17
commit 673af9f17b
1 changed files with 2 additions and 1 deletions

View File

@ -394,7 +394,6 @@ base
profile
network
printing
add_arg_pkg "${@}"
header "Do installation"
if [ "${DEBUG}" -ge "1" ]; then
@ -404,6 +403,8 @@ if ! yesno "Do you really wanna install?" n; then
exit
fi
add_arg_pkg "${@}"
do_partition
do_install
do_chroot