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 4bb43ea commit 9f8b324Copy full SHA for 9f8b324
install.sh
@@ -30,7 +30,7 @@ fi
30
# Installing imgcat if using kitty
31
if [[ "$TERM" == "xterm-kitty" ]]; then
32
if [[ ! $(which magick) ]]; then
33
- curl -sS https://imagemagick.org/archive/binaries/magick -o /usr/local/bin/magick
+ curl https://imagemagick.org/archive/binaries/magick -o /usr/local/bin/magick
34
chmod +x /usr/local/bin/magick
35
echo "Installed magick"
36
fi
0 commit comments