mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 19:30:16 +00:00
Redirect is not required when using direct link
This commit is contained in:
parent
5602922c24
commit
4fc2fbf0ef
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ curl -L https://install.pivpn.io | bash
|
|||
|
||||
**Method 2 (direct link)**
|
||||
```Shell
|
||||
curl -L https://raw.githubusercontent.com/pivpn/pivpn/master/auto_install/install.sh | bash
|
||||
curl https://raw.githubusercontent.com/pivpn/pivpn/master/auto_install/install.sh | bash
|
||||
```
|
||||
|
||||
**Method 3 (clone repo)**
|
||||
|
|
Loading…
Reference in a new issue