Skip to content

Commit 9090de2

Browse files
committed
Update docs
1 parent 010e092 commit 9090de2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ information about what is happening and how to fix any issues that you may encou
88
Here is an example of installing the "Java Path" script on an OpenBSD host:
99

1010
```shell
11-
bmh-build-x64-openbsd76-1$ curl -sfL https://cdn.fizzed.com/provisioning/install-java-path.sh | doas sh -s -- --ver 17
11+
bmh-build-x64-openbsd76-1$ curl -sfL https://cdn.fizzed.com/provisioning/install-java-path.sh | doas sh -s -- --version 17
1212
doas (builder@bmh-build-x64-openbsd76-1) password:
1313
mkdir: /tmp/provisioning-helpers: File exists
1414
[INFO] Resolving dependencies...
@@ -71,10 +71,10 @@ be installed system-wide and will be prepended to your PATH as well.
7171
```shell
7272

7373
# Install jdk 17
74-
curl -sfL https://cdn.fizzed.com/provisioning/bootstrap-java.sh | sudo sh -s -- --version=17
74+
curl -sfL https://cdn.fizzed.com/provisioning/install-java.sh | sudo sh -s -- --version=17
7575

7676
# Install jdk 21 and set it as the default
77-
curl -sfL https://cdn.fizzed.com/provisioning/bootstrap-java.sh | sudo sh -s -- --version=21 --default
77+
curl -sfL https://cdn.fizzed.com/provisioning/install-java.sh | sudo sh -s -- --version=21 --default
7878
```
7979

8080

@@ -110,13 +110,13 @@ Or to force a specific version such as Java 17
110110

111111
```shell
112112
# On Linux, MacOS, and FreeBSD.
113-
curl -sfL https://cdn.fizzed.com/provisioning/install-java-path.sh | sudo sh -s -- --ver 17
113+
curl -sfL https://cdn.fizzed.com/provisioning/install-java-path.sh | sudo sh -s -- --version 17
114114

115115
# On OpenBSD
116-
curl -sfL https://cdn.fizzed.com/provisioning/install-java-path.sh | doas sh -s -- --ver 17
116+
curl -sfL https://cdn.fizzed.com/provisioning/install-java-path.sh | doas sh -s -- --version 17
117117

118118
# On Windows
119-
sudo powershell -Command "& ([ScriptBlock]::Create((New-Object System.Net.WebClient).DownloadString('https://cdn.fizzed.com/provisioning/install-java-path.ps1'))) --ver 17"
119+
sudo powershell -Command "& ([ScriptBlock]::Create((New-Object System.Net.WebClient).DownloadString('https://cdn.fizzed.com/provisioning/install-java-path.ps1'))) --version 17"
120120
```
121121

122122

@@ -203,5 +203,5 @@ curl -sfL https://cdn.fizzed.com/provisioning/install-fastfetch.sh | doas sh -s
203203
For older versions of Linux or other systems, you can also request a specific version of FastFetch to install.
204204

205205
```shell
206-
curl -sfL https://cdn.fizzed.com/provisioning/install-fastfetch.sh | sudo sh -s -- --ver 2.40.4
206+
curl -sfL https://cdn.fizzed.com/provisioning/install-fastfetch.sh | sudo sh -s -- --version 2.40.4
207207
```

0 commit comments

Comments
 (0)