From f9cb37cc04ac9f847beaa47e220bc95a814ace7e Mon Sep 17 00:00:00 2001 From: astraleuro Date: Tue, 1 Sep 2026 21:46:01 +0700 Subject: [PATCH] first steps --- final.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/final.sh b/final.sh index 53429b3..793c71a 100755 --- a/final.sh +++ b/final.sh @@ -105,6 +105,9 @@ install_system() { systemctl enable NetworkManager systemctl enable sshd + $(complele_install_script_generator) > /home/${_USERNAME}/complete_install.sh + chmod +x /home/${_USERNAME}/complete_install.sh + systemctl enable ly@tty2.service systemctl disable getty@tty2.service systemctl mask getty@tty2.service @@ -117,8 +120,7 @@ EOF disks_prepare fs_init install_system -complele_install_script_generator > /mnt/home/${_USERNAME}/complete_install.sh -chmod +x /mnt/home/${_USERNAME}/complete_install.sh + echo "DONE! " #umount -R /mnt #cryptsetup close cryptroot