|
@@ -15,10 +15,9 @@ wget -qO- git.io/fptwc | bash
|
|
|
|
|
|
wget -qO- git.io/fpcnL | bash
|
|
|
|
|
|
-
|
|
|
-yum install -y wget && \
|
|
|
-wget https://raw.githubusercontent.com/atrandys/wireguard/master/wireguard_install.sh \
|
|
|
-&& chmod +x wireguard_install.sh && ./wireguard_install.sh
|
|
|
+
|
|
|
+wget -qO wg.sh git.io/fhnhS && bash wg.sh kernel
|
|
|
+bash wg.sh
|
|
|
|
|
|
EOF
|
|
|
}
|
|
@@ -73,7 +72,9 @@ wget -O ~/wgmtu https://raw.githubusercontent.com/hongwenjun/vps_setup/master/W
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
+mkdir -p /etc/wireguard
|
|
|
+chmod 777 -R /etc/wireguard
|
|
|
cd /etc/wireguard
|
|
|
|
|
|
|