From 8841ec1e599d00e5f4e8e3d34439d55f287c7de6 Mon Sep 17 00:00:00 2001 From: astraleuro Date: Tue, 1 Sep 2026 21:39:43 +0700 Subject: [PATCH] first steps --- final.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/final.sh b/final.sh index f374676..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