discourse-animated-avatars/scripts/install.sh
2022-01-26 11:23:56 -08:00

5 lines
113 B
Bash
Executable file

#!/bin/bash
if ! [ -x "$(command -v gifsicle)" ]; then
apt update &&\
apt install -y gifsicle
fi