update support iproute to rhel distros - install.sh
All checks were successful
CI Pipeline / shasums (push) Successful in 17s
git-sync-with-mirror / git-sync (push) Successful in 43s
CI Pipeline / build (push) Successful in 2m43s

This commit is contained in:
Astound 2025-05-23 14:21:02 -05:00
parent 14ae23997e
commit 9fe29de659
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56

View File

@ -89,7 +89,7 @@ for program in "${programs[@]}"; do
ls) pkg="coreutils" ;;
iproute2)
case "$OS_ID" in
fedora|rhel|centos) pkg="iproute" ;;
fedora|rhel|centos|amzn|rocky|almalinux) pkg="iproute" ;;
*) pkg="iproute2" ;;
esac
;;