mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 10:50:16 +00:00
commit
cf28f62068
1 changed files with 2 additions and 2 deletions
|
@ -59,13 +59,13 @@ curl -L https://install.pivpn.dev | bash
|
|||
**Method 2**
|
||||
```Shell
|
||||
curl -L https://install.pivpn.dev > pivpn.sh
|
||||
sudo sh pivpn.sh
|
||||
sudo bash pivpn.sh
|
||||
```
|
||||
|
||||
**Method 3**
|
||||
```Shell
|
||||
git clone https://github.com/pivpn/pivpn.git
|
||||
sudo sh pivpn/auto_install/install.sh
|
||||
sudo bash pivpn/auto_install/install.sh
|
||||
```
|
||||
|
||||
**OBS:**
|
||||
|
|
Loading…
Reference in a new issue