From 2f47bd9d60fbcb725eedfc0e66fbb14c7c1d87e3 Mon Sep 17 00:00:00 2001 From: Zeto-Git <59763488+Zeto-Git@users.noreply.github.com> Date: Fri, 8 Jan 2021 22:10:02 +0100 Subject: [PATCH] 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 --- installation/rasppi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/rasppi.md b/installation/rasppi.md index 0cd511890..052324ff8 100644 --- a/installation/rasppi.md +++ b/installation/rasppi.md @@ -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. \ No newline at end of file +Please refer to the [Recommended Additional Setup Steps]({{base}}/installation/linux.md#Recommended-Additional-Setup-Steps) in the Linux installation guide.