We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5211c commit 1cb152aCopy full SHA for 1cb152a
install.sh
@@ -46,7 +46,7 @@ echo "- download latest to: ${TARGET}"
46
47
48
echo "- BRANCH [${BRANCH:=main}]"
49
-if ! wget -q -O "${TARGET}" https://raw.githubusercontent.com/hastmu/apt-proxy-detect/${BRANCH}/apt-proxy-detect.sh
+if ! wget -q -O "${TARGET}" "https://raw.githubusercontent.com/hastmu/apt-proxy-detect/${BRANCH}/apt-proxy-detect.sh"
50
then
51
echo "- download failed."
52
[ -x "${TARGET}" ] && rm -f "${TARGET}"
0 commit comments