Skip to content

Commit

Permalink
Revert "Update auto-cpufreq-install.sh"
Browse files Browse the repository at this point in the history
This reverts commit 27a2f93.
  • Loading branch information
AmerXz committed Jun 14, 2024
1 parent bf045bb commit f5e36db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/auto-cpufreq-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ elif [ "$(ps h -o comm 1)" = "init" ];then
rc-service auto-cpufreq start

echo -e "\n* Enabling auto-cpufreq daemon (openrc) service at boot"
rc-update add auto-cpufreq
rc-update add auto-cpufreq local/share/auto-cpufreq/scripts/auto-cpufreq-openrc /etc/init.d/auto-cpufreq
fi
# Install script for s6
elif [ "$(ps h -o comm 1)" = "s6-svscan" ];then
Expand Down

0 comments on commit f5e36db

Please sign in to comment.