Pārlūkot izejas kodu

Update SoftEther.sh

MoeClub 3 gadi atpakaļ
vecāks
revīzija
930308b3ce
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      SoftEther/SoftEther.sh

+ 2 - 1
SoftEther/SoftEther.sh

@@ -60,7 +60,8 @@ wget --no-check-certificate --no-cache -4 -qO "/etc/softether/vpn_server.config"
 
 tar -zvxf /tmp/softether.tar.gz -C /tmp
 cd /tmp/vpnserver
-make i_read_and_agree_the_license_agreement
+# make i_read_and_agree_the_license_agreement
+make main
 [ $? -eq 0 ] || exit 1