From 5109321212e5065d9a3908005299e6caf2aa9dee Mon Sep 17 00:00:00 2001 From: schtobia Date: Wed, 18 Dec 2024 08:28:01 +0100 Subject: [PATCH] fixup! changed 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