shortened tar --extract --file
to tar -xf
This commit is contained in:
parent
9aa09d4bb5
commit
b07f4d50c9
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ Good signature
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd ~/Tor\ Browser
|
cd ~/Tor\ Browser
|
||||||
tar --extract --file ~/Tor\ Browser/veracrypt-$TAILS_RELEASE_SEMVER-setup.tar.bz2 veracrypt-$TAILS_RELEASE_SEMVER-setup-gui-x64
|
tar -xf ~/Tor\ Browser/veracrypt-$TAILS_RELEASE_SEMVER-setup.tar.bz2 veracrypt-$TAILS_RELEASE_SEMVER-setup-gui-x64
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 10: run installer, click “Extract .tar Package File”, accept license terms, click “OK” and finally “OK”.
|
### Step 10: run installer, click “Extract .tar Package File”, accept license terms, click “OK” and finally “OK”.
|
||||||
|
@ -100,7 +100,7 @@ tar --extract --file ~/Tor\ Browser/veracrypt-$TAILS_RELEASE_SEMVER-setup.tar.bz
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd ~/Persistent
|
cd ~/Persistent
|
||||||
tar --extract --file /tmp/veracrypt_${TAILS_RELEASE_SEMVER}_amd64.tar.gz --strip-components 2 usr/bin/veracrypt
|
tar -xf /tmp/veracrypt_${TAILS_RELEASE_SEMVER}_amd64.tar.gz --strip-components 2 usr/bin/veracrypt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 12: create `veracrypt.AppImage`
|
### Step 12: create `veracrypt.AppImage`
|
||||||
|
|
Loading…
Add table
Reference in a new issue