fix: don't install diffr directly from git, use the release from cargo
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
This commit is contained in:
parent
925980b9ea
commit
e813d940db
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue