diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 491a2d4..d43f7d1 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -20,7 +20,6 @@ apt-get update \ cargo \ command-not-found \ curl \ - diffr \ elinks \ eza \ fd-find \ @@ -49,6 +48,8 @@ apt-get update \ pipx \ && apt-file update +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.sh \ && chmod u+x /usr/local/sbin/cleanup.sh