Skip to content

Commit

Permalink
Update installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonvelagio authored May 27, 2018
1 parent f6199ac commit fbaa5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Centos/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yum update -y
yum groupinstall "development tools" -y
#Downloading server files
yum install wget -y
wget http://www.softether-download.com/files/softether/v4.27-9667-beta-2018.05.26-tree/Linux/SoftEther_VPN_Server/64bit_-_Intel_x64_or_AMD64/softether-vpnserver-v4.27-9667-beta-2018.05.26-linux-x64-64bit.tar.gz
wget http://www.softether-download.com/files/softether/v4.27-9667-beta-2018.05.26-tree/Linux/SoftEther_VPN_Server/64bit_-_Intel_x64_or_AMD64/softether-vpnserver-v4.27-9666-beta-2018.04.21-linux-x64-64bit.tar.gz
tar zxf softether-vpnserver-v4.27-9666-beta-2018.04.21-linux-x64-64bit.tar.gz
cd vpnserver
clear
Expand All @@ -25,7 +25,7 @@ echo -e "\033[31;7mNOTE: ANSWER 1 AND ENTER THREE TIMES FOR THE COMPILATION TO
make
cd /root
mv vpnserver /usr/local
rm -rf softether-vpnserver-v4.27-9667-beta-2018.05.26-linux-x64-64bit.tar.gz
rm -rf softether-vpnserver-v4.27-9666-beta-2018.04.21-linux-x64-64bit.tar.gz
cd /usr/local/vpnserver
chmod 600 *
chmod 700 vpncmd
Expand Down

0 comments on commit fbaa5db

Please sign in to comment.