automation authored by about:privacy's avatar about:privacy
......@@ -90,7 +90,7 @@ Persistent/apt-keys.sh
3. Update repositories and install `ca-certificates-java` and `openjdk-21` executing
```plaintext
sudo apt-get update && sudo apt-get install ca-certificates-java && wget https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.deb -P /home/amnesia/Persistent/ && sudo dpkg -i /home/amnesia/Persistent/jdk-21_linux-x64_bin.deb
sudo apt-get update && sudo apt-get install -y ca-certificates-java && wget https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.deb -P /home/amnesia/Persistent/ && sudo dpkg -i /home/amnesia/Persistent/jdk-21_linux-x64_bin.deb
```
<!--<details>
......@@ -102,7 +102,7 @@ sudo apt-get update && sudo apt-get install ca-certificates-java && wget https:/
5. Install `signal-cli-jre` executing
```plaintext
sudo apt-get install signal-cli-jre
sudo apt-get install -y signal-cli-jre
```
6. Make the installation persistent (_Install every time_) following step 3. at https://tails.boum.org/doc/persistent_storage/additional_software/#index4h2
......@@ -224,7 +224,7 @@ signal-cli -a $PHONE_NR verify --pin "yourPIN" 123456
4. In order to read the qrcode, we need the package `zbar-tools`, execute
```plaintext
sudo apt-get update && sudo apt-get install zbar-tools
sudo apt-get update && sudo apt-get install -y zbar-tools
```
4. Make the installation persistent (_Install every time_) following step 3. at https://tails.boum.org/doc/persistent_storage/additional_software/#index4h2
......
......