Skip to content

Commit

Permalink
Update Linux Dev doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlogik committed Dec 13, 2021
1 parent ab4861d commit 2c211e4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/LinuxRunBin.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ It may run on other Linux, as RHEL or Fedora. But without any testing and no gua
Get the binary and its signature file.

From the uniblow website :
[Uniblow program](https://uniblow.org/dist/Uniblow-linux-x86_64-1.2.2)
[Uniblow program](https://uniblow.org/dist/Uniblow-linux-x86_64-1.3.0)
and its
[PGP signature](https://uniblow.org/dist/Uniblow-linux-x86_64-1.2.2.sig)
[PGP signature](https://uniblow.org/dist/Uniblow-linux-x86_64-1.3.0.sig)

**OR** using the terminal, in Tails you need to prepend *torsocks* to these commands :
```
wget https://uniblow.org/dist/Uniblow-linux-x86_64-1.2.2
wget https://uniblow.org/dist/Uniblow-linux-x86_64-1.2.2.sig
wget https://uniblow.org/dist/Uniblow-linux-x86_64-1.3.0
wget https://uniblow.org/dist/Uniblow-linux-x86_64-1.3.0.sig
```

### Check authenticity
Expand All @@ -48,7 +48,7 @@ In Tails, using the Files explorer, you can right click on the sig file and sele

OR alternatively using the Terminal, in Debian/Ubuntu (also valid for Tails) :
```
UniblowFile=Uniblow-linux-x86_64-1.2.2
UniblowFile=Uniblow-linux-x86_64-1.3.0
gpg --verify --trust-model always $UniblowFile.sig $UniblowFile
```

Expand Down Expand Up @@ -82,11 +82,11 @@ Now, you can run Uniblow.

In **Tails**, the *torsocks* software is required to wrap the internet queries of the Uniblow app. Else you get the network error message *Network is unreachable*.
```
torsocks ./Uniblow-linux-x86_64-1.2.2
torsocks ./Uniblow-linux-x86_64-1.3.0
```


In **Debian or Ubuntu**, you can directly run it from the file explorer GUI : double-click on the Uniblow binary icon to start it.

If nothing happens after some seconds, open a terminal in the current directory and type `./Uniblow-linux-x86_64-1.2.2`
If nothing happens after some seconds, open a terminal in the current directory and type `./Uniblow-linux-x86_64-1.3.0`

0 comments on commit 2c211e4

Please sign in to comment.