diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-08-25 16:35:58 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-08-25 16:35:58 +0100 |
| commit | 8b4c42ea22454f975cf7eb7d83039a63df909dcc (patch) | |
| tree | 22985446e4542276b8a98a97765e974a8df2a7c4 /gohan.sh | |
| parent | 14646261fa7ec84eacae5ccdbb05190d22256783 (diff) | |
Install auto-cpufreq and its service
Diffstat (limited to 'gohan.sh')
| -rw-r--r-- | gohan.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
