From ff29b5ca81b300638b2632bd58dca10025d0df70 Mon Sep 17 00:00:00 2001 From: Aslan Dukaev Date: Sat, 30 May 2020 21:29:08 +0300 Subject: [PATCH] Update install.sh --- scripts/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}"