diff --git a/bootstrap-root.sh b/bootstrap-root.sh index d8d1933..c38ab9f 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -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 -cargo install --root /usr/local --git https://github.com/mookid/diffr +cargo install --root /usr/local diffr # shellcheck disable=SC2086 curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/cleanup/cleanup.sh \