From 6eaf2782792b316aa767ed24143a71754ee758f9 Mon Sep 17 00:00:00 2001 From: schtobia Date: Sun, 5 May 2024 12:11:59 +0200 Subject: [PATCH 1/2] bootstrap-root.sh: Repaired URL of cleanup.sh --- bootstrap-root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 67d8c77..d43f7d1 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -51,7 +51,7 @@ apt-get 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/cleanup.sh \ +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 # diff-highlight from git is necessary for tig From 077bb2e2d98dd8c8f761035f54c7363f4533ae31 Mon Sep 17 00:00:00 2001 From: schtobia Date: Sun, 5 May 2024 12:27:43 +0200 Subject: [PATCH 2/2] bootstrap-root: diffr is now available via debian package --- bootstrap-root.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index d43f7d1..491a2d4 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -20,6 +20,7 @@ apt-get update \ cargo \ command-not-found \ curl \ + diffr \ elinks \ eza \ fd-find \ @@ -48,8 +49,6 @@ 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