diff --git a/Home.md b/Home.md index 5fb8b8b..387825b 100644 --- a/Home.md +++ b/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 ```