mirror of
https://codeberg.org/gaschz/passff-host.git
synced 2025-06-06 18:08:46 +02:00
Easier url for getting latest install script, fix #49
This commit is contained in:
parent
967803b03e
commit
2bceeddd5c
@ -25,8 +25,7 @@ This piece of software wraps around the **[zx2c4 pass](http://www.zx2c4.com/proj
|
|||||||
Download the latest `install_host_app.sh` script from [our releases page](https://github.com/passff/passff-host/releases) and execute it. As an example, Firefox users can do this in one line like so:
|
Download the latest `install_host_app.sh` script from [our releases page](https://github.com/passff/passff-host/releases) and execute it. As an example, Firefox users can do this in one line like so:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ VERSION=1.2.1
|
$ curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox
|
||||||
$ curl -sSL https://github.com/passff/passff-host/releases/download/${VERSION}/install_host_app.sh | bash -s -- firefox
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Users of other supported browsers need to replace the last argument (`firefox`) by `chrome`, `opera`, `chromium` or `vivaldi`.
|
Users of other supported browsers need to replace the last argument (`firefox`) by `chrome`, `opera`, `chromium` or `vivaldi`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user