From 6eaf2782792b316aa767ed24143a71754ee758f9 Mon Sep 17 00:00:00 2001 From: schtobia Date: Sun, 5 May 2024 12:11:59 +0200 Subject: [PATCH] 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