This commit is contained in:
teldra 2022-02-08 20:17:01 +01:00
parent 15cd3a3e13
commit 15a27bfa13
1 changed files with 11 additions and 0 deletions

11
main.sh
View File

@ -320,7 +320,18 @@ base
profile
readin network
readin printing
header "Do installation"
echo ""
echo ""
echo
if ! yesno "Do you really wanna install?" n; then
exit
fi
do_partition
do_install
do_chroot
ready