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 now
pull/1425/head
Zeto-Git 2021-01-08 22:10:02 +01:00 committed by GitHub
parent 9557e89fdb
commit 2f47bd9d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.