Redirect is not required when using direct link

This commit is contained in:
Orazio 2020-07-23 16:38:58 +02:00 committed by GitHub
parent 5602922c24
commit 4fc2fbf0ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)**