Skip to content

Commit c180ed6

Browse files
committed
fix: updating supported os list
1 parent f6c44e1 commit c180ed6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

static/scripts/install-nim-bundle.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -536,16 +536,16 @@ printSupportedOS(){
536536
echo "This script can be run on the following operating systems
537537
[-d distribution (ubuntu20.04,ubuntu22.04,ubuntu24.04,debian11,debian12,centos8,rhel8,rhel9,oracle7,oracle8,amzn2)] [-h print help]"
538538
printf "\n ubuntu20.04(focal)"
539-
printf "\n ubuntu22.04()"
540-
printf "\n ubuntu24.04()"
541-
printf "\n debian11()"
542-
printf "\n debian12()"
543-
printf "\n centos8"
544-
printf "\n "
545-
printf "\n "
546-
printf "\n "
547-
printf "\n "
548-
printf "\n "
539+
printf "\n ubuntu22.04(jammy)"
540+
printf "\n ubuntu24.04(noble)"
541+
printf "\n debian11"
542+
printf "\n debian12"
543+
printf "\n centos8(Cent OS 8)"
544+
printf "\n rhel8(Redhat Enterprise Linux Version 8)"
545+
printf "\n rhel9( Redhat Enterprise Linux Version 9)"
546+
printf "\n oracle7(Oracle Linux Version 7)"
547+
printf "\n oracle8(Oracle Linux Version 8)"
548+
printf "\n amzn2(Amazon Linux 2)"
549549
printf "\n "
550550
exit 0
551551
}

0 commit comments

Comments
 (0)