Skip to content

Commit 9f8b324

Browse files
authored
Update install.sh
Small correction.
1 parent 4bb43ea commit 9f8b324

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
@@ -30,7 +30,7 @@ fi
3030
# Installing imgcat if using kitty
3131
if [[ "$TERM" == "xterm-kitty" ]]; then
3232
if [[ ! $(which magick) ]]; then
33-
curl -sS https://imagemagick.org/archive/binaries/magick -o /usr/local/bin/magick
33+
curl https://imagemagick.org/archive/binaries/magick -o /usr/local/bin/magick
3434
chmod +x /usr/local/bin/magick
3535
echo "Installed magick"
3636
fi

0 commit comments

Comments
 (0)