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
|
||||
separator
|
||||
# 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
|
||||
echo -e "\nDetected an Arch Linux based distribution\n"
|
||||
echo -e "\nSetting up Python environment\n"
|
||||
|
|
Loading…
Reference in New Issue