bootstrap-root.sh: Repaired URL of cleanup.sh
This commit is contained in:
parent
e821b91403
commit
6eaf278279
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue