Skip to content

Commit 8c3bf43

Browse files
committed
fix install script
1 parent 05fed1f commit 8c3bf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ script=$(curl -so- https://raw.githubusercontent.com/simbo/release-version-scrip
4040
if [[ "${script:0:3}" = "404" ]]; then
4141
t="${TERM:-"dumb"}"; printf "\n$(tput -T$t setaf 1)ERROR: version '${VERSION}' not found$(tput -T$t sgr0)\n"; exit 1
4242
fi
43-
echo -e "$script" | bash -s $1
43+
bash -c "$script" -s $1
4444
EOF
4545
chmod +x $script
4646

0 commit comments

Comments
 (0)