mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-21 12:45:03 +02:00
Added EndeavourOS support to auto-cpufreq-installer (#211)
Co-authored-by: adam4nj <adamjamesnelissery@gmail.com>
This commit is contained in:
parent
92e9940034
commit
c0f2022727
@ -118,7 +118,7 @@ function tool_install {
|
|||||||
complete_msg
|
complete_msg
|
||||||
separator
|
separator
|
||||||
# Manjaro/Arch
|
# Manjaro/Arch
|
||||||
elif [ -f /etc/os-release ] && eval "$(cat /etc/os-release)" && [[ $ID == "manjaro" || $ID == "arch" || $ID == "garuda" ]]; then
|
elif [ -f /etc/os-release ] && eval "$(cat /etc/os-release)" && [[ $ID == "manjaro" || $ID == "arch" || $ID == "endeavouros" || $ID == "garuda" ]]; then
|
||||||
separator
|
separator
|
||||||
echo -e "\nDetected an Arch Linux based distribution\n"
|
echo -e "\nDetected an Arch Linux based distribution\n"
|
||||||
echo -e "\nSetting up Python environment\n"
|
echo -e "\nSetting up Python environment\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user