summaryrefslogtreecommitdiff
path: root/gohan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gohan.sh')
-rw-r--r--gohan.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/gohan.sh b/gohan.sh
index 4285137..1eb733b 100644
--- a/gohan.sh
+++ b/gohan.sh
@@ -144,6 +144,11 @@ install_composer() {
[ -f "/home/$name/.local/bin/composer" ] && chown "$name:$name" "/home/$name/.local/bin/composer"
}
+install_auto_cpufreq_service() {
+ systemctl start auto-cpufreq
+ systemctl enable auto-cpufreq
+}
+
### THE ACTUAL SCRIPT ###
install_from_pacman dialog || error "Are you sure you're running this as the root user and have an internet connection?"
@@ -170,4 +175,6 @@ install_nvm
install_composer
+install_auto_cpufreq_service
+
clear