Skip to content

Commit

Permalink
fix: add support for dependency installation on endeavouros (apache#9985
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Revolyssup authored and mywildquant committed Aug 8, 2023
1 parent 7f0c023 commit 9cc21f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function multi_distro_installation() {
install_dependencies_with_apt "debian"
elif grep -Eqi "Ubuntu" /etc/issue || grep -Eq "Ubuntu" /etc/*-release; then
install_dependencies_with_apt "ubuntu"
elif grep -Eqi "Arch" /etc/issue || grep -Eq "Arch" /etc/*-release; then
elif grep -Eqi "Arch" /etc/issue || grep -Eqi "EndeavourOS" /etc/issue || grep -Eq "Arch" /etc/*-release; then
install_dependencies_with_aur
else
echo "Non-supported operating system version"
Expand Down

0 comments on commit 9cc21f0

Please sign in to comment.