You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf"\n -p <nginx_plus_version>. Include NGINX Plus version to install as an API gateway. Valid values are 'latest' and specific versions like R32. For a list, see https://docs.nginx.com/nginx/releases/. Supersedes -n.\n"
@@ -533,19 +527,18 @@ printUsageInfo(){
533
527
}
534
528
535
529
printSupportedOS(){
536
-
echo"This script can be run on the following operating systems
537
-
[-d distribution (ubuntu20.04,ubuntu22.04,ubuntu24.04,debian11,debian12,centos8,rhel8,rhel9,oracle7,oracle8,amzn2)] [-h print help]"
538
-
printf"\n ubuntu20.04(focal)"
539
-
printf"\n ubuntu22.04(jammy)"
540
-
printf"\n ubuntu24.04(noble)"
541
-
printf"\n debian11(bullseye)"
542
-
printf"\n debian12(bookworm)"
543
-
printf"\n centos8(CentOS 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)"
530
+
printf"This script can be run on the following operating systems"
531
+
printf"\n 1. ubuntu20.04(focal)"
532
+
printf"\n 2. ubuntu22.04(jammy)"
533
+
printf"\n 3. ubuntu24.04(noble)"
534
+
printf"\n 4. debian11(bullseye)"
535
+
printf"\n 5. debian12(bookworm)"
536
+
printf"\n 6. centos8(CentOS 8)"
537
+
printf"\n 7. rhel8(Redhat Enterprise Linux Version 8)"
538
+
printf"\n 8. rhel9( Redhat Enterprise Linux Version 9)"
539
+
printf"\n 9. oracle7(Oracle Linux Version 7)"
540
+
printf"\n 10. oracle8(Oracle Linux Version 8)"
541
+
printf"\n 11. amzn2(Amazon Linux 2)\n"
549
542
exit 0
550
543
}
551
544
@@ -671,7 +664,7 @@ This action deletes all files in the following directories: /etc/nms , /etc/ngin
0 commit comments