1
0
mirror of synced 2025-02-16 20:13:19 +03:00

Update tests

This commit is contained in:
hwdsl2 2021-08-13 02:12:38 -05:00
parent 560d433918
commit 3f8193390f
2 changed files with 2 additions and 10 deletions

View File

@ -139,11 +139,7 @@ jobs:
yum -y -q install wget rsyslog
systemctl start rsyslog
if [ "$1" != "amazon" ]; then
wget -t 3 -T 30 -nv -O vpnsetup.sh https://git.io/vpnsetup-centos
else
wget -t 3 -T 30 -nv -O vpnsetup.sh https://git.io/vpnsetup-amzn
fi
wget -t 3 -T 30 -nv -O vpnsetup.sh https://git.io/vpnsetup
sed -i '/swan_ver_latest=/s/^/#/' vpnsetup.sh
sh vpnsetup.sh

View File

@ -168,11 +168,7 @@ jobs:
yum -y -q install wget rsyslog
systemctl start rsyslog
if [ "$1" != "amazon" ]; then
wget -t 3 -T 30 -nv -O vpnsetup.sh https://git.io/vpnsetup-centos
else
wget -t 3 -T 30 -nv -O vpnsetup.sh https://git.io/vpnsetup-amzn
fi
wget -t 3 -T 30 -nv -O vpnsetup.sh https://git.io/vpnsetup
sed -i '/swan_ver_latest=/s/^/#/' vpnsetup.sh
sh vpnsetup.sh