From 4743f833d47f1e349d2b6d19f3a18744f6b729c4 Mon Sep 17 00:00:00 2001 From: dbarzin Date: Mon, 13 Feb 2023 21:21:31 +0100 Subject: [PATCH] work on script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2232999..6d744ca 100755 --- a/install.sh +++ b/install.sh @@ -67,4 +67,4 @@ echo "StandardInput=tty" >> /etc/systemd/system/getty@tty1.service.d/override.co echo "StandardOutput=tty" >> /etc/systemd/system/getty@tty1.service.d/override.conf echo "Type=idle" >> /etc/systemd/system/getty@tty1.service.d/override.conf -reboot +sleep 2 && shutdown -r now "Reboot"