Sfoglia il codice sorgente

Update SoftEther.sh

MoeClub 3 anni fa
parent
commit
930308b3ce
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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