first steps

This commit is contained in:
2026-09-01 21:39:43 +07:00
parent 5614f70116
commit 8841ec1e59

View File

@@ -105,6 +105,9 @@ install_system() {
systemctl enable NetworkManager systemctl enable NetworkManager
systemctl enable sshd 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 enable ly@tty2.service
systemctl disable getty@tty2.service systemctl disable getty@tty2.service
systemctl mask getty@tty2.service systemctl mask getty@tty2.service