Skip to content

Commit

Permalink
Add AntiX and Devuan
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Karasu committed May 31, 2024
1 parent d2a3ba6 commit 1291057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/auto-cpufreq-remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ case "$(ps h -o comm 1)" in
if [ -f /etc/os-release ]; then
. /etc/os-release
case $ID in
artix|debian|devuan) rm_sv /etc/runit /run/runit;;
void) rm_sv /etc /var;;
artix) rm_sv /etc/runit /run/runit;;
*)
echo -e "\n* Runit init detected but your distro is not supported\n"
echo -e "\n* Please open an issue on https://github.com/AdnanHodzic/auto-cpufreq\n"
echo -e "\n* Please open an issue on https://github.com/AdnanHodzic/auto-cpufreq/issues\n"
;;
esac
fi
Expand Down

0 comments on commit 1291057

Please sign in to comment.