Update rasppi.md (#1429)

needed file extension
pull/1430/head
pelindberg 2021-01-10 11:20:00 +01:00 committed by GitHub
parent 4f6fa7d58d
commit 7affefe176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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.tar.gz
```
5. Install ```java``` and ```javac```
```shell