Update rasppi.md (#1424)
Removed the dash before the filename in sudo tar -xzvf -zulu11.43.100-ca-jdk11.0.9.1-linux_aarch32hf as it presumably is deprecated and leads to an error thrown when executed on raspbian stating: tar (child): -zulu11.43.100-ca-jdk11.0.9.1-linux_aarch32hf.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting nowpull/1425/head
parent
9557e89fdb
commit
2f47bd9d60
|
@ -106,7 +106,7 @@ Now, to install Zulu 11, you need to download and install a tar.gz package for y
|
|||
```
|
||||
4. Extract the archive
|
||||
```shell
|
||||
sudo tar -xzvf -zulu11.43.100-ca-jdk11.0.9.1-linux_aarch32hf
|
||||
sudo tar -xzvf zulu11.43.100-ca-jdk11.0.9.1-linux_aarch32hf
|
||||
```
|
||||
5. Install ```java``` and ```javac```
|
||||
```shell
|
||||
|
@ -383,4 +383,4 @@ sudo rm /etc/apt/sources.list.d/openhab.list
|
|||
```
|
||||
|
||||
### Additional Setup steps
|
||||
Please refer to the [Recommended Additional Setup Steps]({{base}}/installation/linux.md#Recommended-Additional-Setup-Steps) in the Linux installation guide.
|
||||
Please refer to the [Recommended Additional Setup Steps]({{base}}/installation/linux.md#Recommended-Additional-Setup-Steps) in the Linux installation guide.
|
||||
|
|
Loading…
Reference in New Issue