From e813d940dbcc3fb391fa15befbf4bb875c251756 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 17 Oct 2023 13:30:11 +0200 Subject: [PATCH] fix: don't install diffr directly from git, use the release from cargo --- bootstrap-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \