mirror of
https://ghfast.top/https://github.com/discourse/discourse-animated-avatars.git
synced 2026-07-16 11:46:32 +08:00
5 lines
113 B
Bash
Executable file
5 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
if ! [ -x "$(command -v gifsicle)" ]; then
|
|
apt update &&\
|
|
apt install -y gifsicle
|
|
fi
|