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 05fed1f commit 8c3bf43Copy full SHA for 8c3bf43
install.sh
@@ -40,7 +40,7 @@ script=$(curl -so- https://raw.githubusercontent.com/simbo/release-version-scrip
40
if [[ "${script:0:3}" = "404" ]]; then
41
t="${TERM:-"dumb"}"; printf "\n$(tput -T$t setaf 1)ERROR: version '${VERSION}' not found$(tput -T$t sgr0)\n"; exit 1
42
fi
43
-echo -e "$script" | bash -s $1
+bash -c "$script" -s $1
44
EOF
45
chmod +x $script
46
0 commit comments