mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
6 lines
178 B
Bash
6 lines
178 B
Bash
echo "Install ffmpegthumbnailer for video thumbnails in the file manager"
|
|
|
|
if ! command -v ffmpegthumbnailer &>/dev/null; then
|
|
yay -S --noconfirm --needed ffmpegthumbnailer
|
|
fi
|