diff --git a/rp-os-ae.sh b/rp-os-ae.sh index dde610f..5771574 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -127,6 +127,9 @@ SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER echo ${bold}${yellow}ProgramScript Autostart ${normal}installed. echo --------------------------------------------- - - - reboot \ No newline at end of file +# End of script + echo Reboot in 3s... + echo Reboot in 2s... + echo Reboot in 1s... + echo Reboot + reboot \ No newline at end of file