fix: don't install diffr directly from git, use the release from cargo
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
Tobias Schmidl 2023-10-17 13:30:11 +02:00
parent 925980b9ea
commit e813d940db

View file

@ -49,7 +49,7 @@ apt-get update \
[ ! -x "$(which exa)" ] && cargo install --root /usr/local --git https://github.com/ogham/exa --tag v0.10.1 [ ! -x "$(which exa)" ] && cargo install --root /usr/local --git https://github.com/ogham/exa --tag v0.10.1
cargo install --root /usr/local --git https://github.com/mookid/diffr cargo install --root /usr/local diffr
# shellcheck disable=SC2086 # shellcheck disable=SC2086
curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/cleanup/cleanup.sh \ curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/cleanup/cleanup.sh \