mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 03:40:17 +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)**
|
**Method 2 (direct link)**
|
||||||
```Shell
|
```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)**
|
**Method 3 (clone repo)**
|
||||||
|
|
Loading…
Reference in a new issue