mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 03:10:16 +00:00
Replaced pivpn.dev with pivpn.io
parent
af52f94346
commit
bd4ae3d026
1 changed files with 2 additions and 2 deletions
4
Home.md
4
Home.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue