diff --git a/scripts/install.sh b/scripts/install.sh index 0900d38..e9a5302 100644 --- a/scripts/install.sh +++ b/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}"