diff --git a/Debian/CPU Governor/setup.sh b/Debian/CPU Governor/setup.sh index a6d5e71..58702ae 100644 --- a/Debian/CPU Governor/setup.sh +++ b/Debian/CPU Governor/setup.sh @@ -35,10 +35,13 @@ fi TERM=ansi whiptail --title "Info" --infobox "Enabling governor at startup." 7 35 systemctl daemon-reload +sleep 1 TERM=ansi whiptail --title "Info" --infobox "Enabling governor at startup.." 7 35 systemctl enable cpu-governor +sleep 1 TERM=ansi whiptail --title "Info" --infobox "Enabling governor at startup..." 7 35 systemctl start cpu-governor +sleep 1 TERM=ansi whiptail --title "Info" --msgbox "Setup finished!" 8 19 cls \ No newline at end of file