Skip to content

Commit 5467e83

Browse files
authored
Fix get-stack.sh to support RedHat Enterprise
Fix `get-stack.sh` to support RedHat Enterprise Server
1 parent 1c9979f commit 5467e83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/scripts/get-stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ GETDISTRO
396396
fedora)
397397
do_fedora_install "$VERSION"
398398
;;
399-
centos|rhel)
399+
centos|rhel|redhatenterpriseserver)
400400
do_centos_install "$VERSION"
401401
;;
402402
alpine)

0 commit comments

Comments
 (0)