Skip to content

Commit

Permalink
install rpm if amazon linux
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Jul 16, 2024
1 parent fbc8b50 commit 2fb63a7
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 2fb63a7

Please sign in to comment.