From 0f3d31887f4c5329b6317e477ce956fcbe9641bd Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sun, 2 Nov 2025 01:48:17 -0700 Subject: [PATCH] 1762073297 --- customscripts/install_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index 814339f..0acb18f 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -226,8 +226,8 @@ rm -f "$tmp_customscripts_dir/donut.c" if [ ! -z "$1" ]; then echo -e "cleaning up apt" sudo apt autoremove -y - echo -e "\nrebooting in 3 minutes\n" - sudo shutdown -r +3 + # echo -e "\nrebooting in 3 minutes\n" + # sudo shutdown -r +3 fi echo -e "\nDone with first stage\n" \ No newline at end of file