Add support for different Debian versions (#8)

This commit is contained in:
Thomas Meckel
2019-12-02 22:32:28 +01:00
committed by greizgh
parent d4e0365a5e
commit 72fc13f80b
2 changed files with 24 additions and 3 deletions
+8 -1
View File
@@ -16,7 +16,14 @@ Then:
```
git clone https://github.com/greizgh/bitwarden_rs-debian.git
cd bitwarden_rs-debian
./build.sh 1.10.0
./build.sh -r 1.10.0
```
The `build.sh` script will build bitwarden_rs for the same Debian version which targets bitwarden_rs.
To compile for a different Debian version, specify the release name (e.g. Stretch, Buster) using the `-o` option.
```
./build.sh -o stretch
```
## Post installation