mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
CI: Add muffet to scripts/dist/install-cli-tools.sh
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
8aef5670f6
commit
ac4886fe7c
1 changed files with 5 additions and 2 deletions
7
scripts/dist/install-cli-tools.sh
vendored
7
scripts/dist/install-cli-tools.sh
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue