Replaced pivpn.dev with pivpn.io

Orazio 2020-02-05 20:46:26 +01:00
parent af52f94346
commit bd4ae3d026

@ -13,14 +13,14 @@ https://github.com/guysoft/OctoPi/issues/373 OctoPi doesn't play well with PiVPN
## Testing
You can install from test branch via `curl -L https://test.pivpn.dev | TESTING= bash`
You can install from test branch via `curl -L https://test.pivpn.io | TESTING= bash`
## Non-interactive installation
You can run the PiVPN installer from within scripts using the `--unattended` command line option provided with a .conf file. You can find examples [here](https://github.com/pivpn/pivpn/tree/master/examples).
```
curl -L https://install.pivpn.dev > install.sh
curl -L https://install.pivpn.io > install.sh
chmod +x install.sh
./install.sh --unattended options.conf
```