mirror of
https://github.com/0xacx/chatGPT-shell-cli.git
synced 2024-11-24 11:25:31 +00:00
add silent curl option, update comment
This commit is contained in:
parent
8fee75482d
commit
d11cb84082
@ -27,10 +27,10 @@ if [[ "$TERM_PROGRAM" == "iTerm.app" ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
# Installing imgcat if using kitty
|
||||
# Installing magick if using kitty
|
||||
if [[ "$TERM" == "xterm-kitty" ]]; then
|
||||
if [[ ! $(which magick) ]]; then
|
||||
curl https://imagemagick.org/archive/binaries/magick -o /usr/local/bin/magick
|
||||
curl -sS https://imagemagick.org/archive/binaries/magick -o /usr/local/bin/magick
|
||||
chmod +x /usr/local/bin/magick
|
||||
echo "Installed magick"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user