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"