Skip to content

Commit a48b31a

Browse files
fix: Update the command to print supported OS list (#774)
* fix: updating command to print supported OS list * fix: removing -o report.zip option from license. It's needed only when reporting the usage. --------- Co-authored-by: Travis Martin <33876974+travisamartin@users.noreply.github.com>
1 parent 0fbe7fc commit a48b31a

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

content/includes/nim/installation/install-script-flags/distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ files:
1010
To see the list of supported distributions, run:
1111

1212
```shell
13-
grep '\-d distribution' install-nim-bundle.sh
13+
install-nim-bundle.sh -l
1414
```

content/nim/deploy/vm-bare-metal/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The installation script installs the latest version of [NGINX Open Source](https
5454
To see the list of supported distributions, run:
5555

5656
```shell
57-
grep '\-d distribution' install-nim-bundle.sh
57+
install-nim-bundle.sh -l
5858
```
5959

6060
### Security considerations

content/nim/disconnected/add-license-disconnected-deployment.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ To add a license and submit the initial usage report in a disconnected environme
6565
-j <license-filename>.jwt \
6666
-i <NIM-IP-address> \
6767
-u admin \
68-
-p <password> \
69-
-o report.zip \
68+
-p <password> \
7069
-s initial
7170
```
7271

static/scripts/install-nim-bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ printSupportedOS(){
811811
printf "\n 6. centos8(CentOS 8)"
812812
printf "\n 7. rhel8(Redhat Enterprise Linux Version 8)"
813813
printf "\n 8. rhel9( Redhat Enterprise Linux Version 9)"
814-
printf "\n 9. oracle8(Oracle Linux Version 8)\n"
814+
printf "\n 9. oracle8(Oracle Linux Version 8)"
815815
printf "\n 10. oracle9(Oracle Linux Version 9)\n"
816816
exit 0
817817
}

0 commit comments

Comments
 (0)