This commit is contained in:
linus 2021-11-16 09:44:29 +01:00
parent 43ebf2c502
commit 2b4b5f978e

View File

@ -26,7 +26,7 @@ cd innernet-playbook
Since [innernet](https://github.com/tonarino/innernet) is new software, it is not yet included in the Debian repositories. Thus, before running the playbook we need to build the `innernet` and `innernet-server` binaries. At the moment, we are using `v1.5.1`, but you can choose any other available version by setting the environment variable accordingly. Since [innernet](https://github.com/tonarino/innernet) is new software, it is not yet included in the Debian repositories. Thus, before running the playbook we need to build the `innernet` and `innernet-server` binaries. At the moment, we are using `v1.5.1`, but you can choose any other available version by setting the environment variable accordingly.
```bash ```bash
INNERNET_VERSION=v1.5.1 ./build.sh INNERNET_VERSION=v1.5.1 ./build-binaries.sh
``` ```
## Run the playbook ## Run the playbook