update support iproute to rhel distros - install.sh
This commit is contained in:
parent
14ae23997e
commit
9fe29de659
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user