CI: Add muffet to scripts/dist/install-cli-tools.sh

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-08-10 18:16:57 +02:00
parent 8aef5670f6
commit ac4886fe7c

View file

@ -17,7 +17,10 @@ then
exit 1
fi
echo "Installing CLI Tools..."
echo "Installing 'duf', a better 'df' alternative..."
GOBIN="/usr/local/bin" go install github.com/muesli/duf@latest
echo "Installing 'muffet', a fast website link checker..."
GOBIN="/usr/local/bin" go install github.com/raviqqe/muffet@latest
ln -sf /usr/local/bin/duf /usr/local/bin/df