Pārlūkot izejas kodu

Update install.sh

Aslan Dukaev 5 gadi atpakaļ
vecāks
revīzija
ff29b5ca81
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      scripts/install.sh

+ 1 - 2
scripts/install.sh

@@ -54,8 +54,7 @@ EOF
 upload_proxy() {
     local PASS=$(random)
     zip --password $PASS proxy.zip proxy.txt
-    URL=$(curl -s --upload-file proxy.zip https://transfer.sh/proxy.zip)
-
+    URL=$(curl https://bashupload.com/proxy.zip --data-binary proxy.zip)
     echo "Proxy is ready! Format IP:PORT:LOGIN:PASS"
     echo "Download zip archive from: ${URL}"
     echo "Password: ${PASS}"