Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ files:
To see the list of supported distributions, run:

```shell
grep '\-d distribution' install-nim-bundle.sh
install-nim-bundle.sh -l
```
2 changes: 1 addition & 1 deletion content/nim/deploy/vm-bare-metal/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The installation script installs the latest version of [NGINX Open Source](https
To see the list of supported distributions, run:

```shell
grep '\-d distribution' install-nim-bundle.sh
install-nim-bundle.sh -l
```

### Security considerations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ To add a license and submit the initial usage report in a disconnected environme
-j <license-filename>.jwt \
-i <NIM-IP-address> \
-u admin \
-p <password> \
-o report.zip \
-p <password> \
-s initial
```

Expand Down
2 changes: 1 addition & 1 deletion static/scripts/install-nim-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ printSupportedOS(){
printf "\n 6. centos8(CentOS 8)"
printf "\n 7. rhel8(Redhat Enterprise Linux Version 8)"
printf "\n 8. rhel9( Redhat Enterprise Linux Version 9)"
printf "\n 9. oracle8(Oracle Linux Version 8)\n"
printf "\n 9. oracle8(Oracle Linux Version 8)"
printf "\n 10. oracle9(Oracle Linux Version 9)\n"
exit 0
}
Expand Down
Loading