Commit de9aa5ecdefeb9b7390b60e2e81259d6072c123e
1 parent
2e08bc4ee4
Exists in
master
no-check-certificate
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
pvpn-tbs.sh
... | ... | @@ -22,7 +22,7 @@ sudo yum -y install screen |
22 | 22 | |
23 | 23 | mkdir ~/src |
24 | 24 | cd ~/src |
25 | -wget https://peervpn.net/files/peervpn-0-044-linux-x86.tar.gz | |
25 | +wget --no-check-certificate https://peervpn.net/files/peervpn-0-044-linux-x86.tar.gz | |
26 | 26 | tar xzf peervpn-0-044-linux-x86.tar.gz |
27 | 27 | cd peervpn-0-044 |
28 | 28 | sudo install peervpn /usr/local/sbin/ |