changed URLs to git.schmidl.dev

This commit is contained in:
Tobias Schmidl 2023-07-25 08:43:24 +02:00
parent 41e6ba9e71
commit 1513f469ba
3 changed files with 5 additions and 11 deletions

View file

@ -5,10 +5,10 @@ CURLOPT=${CURLOPT:-"--location --remote-time --remote-name --show-error --silent
# root part
# shellcheck disable=SC2086
curl $CURLOPT https://gitlab.com/schtobia/bootstrap/raw/master/bootstrap-root.sh \
curl $CURLOPT https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/bootstrap-root.sh \
&& chmod +x bootstrap-root.sh
# userspace part
# shellcheck disable=SC2086
curl $CURLOPT https://gitlab.com/schtobia/bootstrap/raw/master/bootstrap-user.sh \
curl $CURLOPT https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/bootstrap-user.sh \
&& chmod +x bootstrap-user.sh