Skip to content

Commit

Permalink
Merge pull request #2243 from openziti/amazon-linux-install
Browse files Browse the repository at this point in the history
install rpm if amazon linux
  • Loading branch information
qrkourier authored Jul 16, 2024
2 parents fbc8b50 + 2fb63a7 commit 8278d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/dist-packages/linux/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ main(){
exit 1
fi
# Detect the system's distribution family
if [ -f /etc/redhat-release ]; then
if [[ -f /etc/redhat-release || -f /etc/amazon-linux-release ]]; then
installRedHat "$@"
elif [ -f /etc/debian_version ]; then
installDebian "$@"
Expand Down

0 comments on commit 8278d69

Please sign in to comment.