Skip to content

Commit d11cb84

Browse files
committed
add silent curl option, update comment
1 parent 8fee754 commit d11cb84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ if [[ "$TERM_PROGRAM" == "iTerm.app" ]]; then
2727
fi
2828
fi
2929

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