Aktualisieren bootstrap.sh
This commit is contained in:
parent
23a05c3439
commit
59573e00ac
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,11 @@ set -e
|
||||||
CURLOPT=${CURLOPT:-"--location --remote-time --remote-name --show-error --silent --fail --tlsv1.2"}
|
CURLOPT=${CURLOPT:-"--location --remote-time --remote-name --show-error --silent --fail --tlsv1.2"}
|
||||||
|
|
||||||
# root part
|
# root part
|
||||||
curl "$CURLOPT" https://gitlab.com/schtobia/bootstrap/raw/master/bootstrap-root.sh \
|
# shellcheck disable=SC208
|
||||||
|
curl $CURLOPT https://gitlab.com/schtobia/bootstrap/raw/master/bootstrap-root.sh \
|
||||||
&& chmod +x bootstrap-root.sh
|
&& chmod +x bootstrap-root.sh
|
||||||
|
|
||||||
# userspace part
|
# userspace part
|
||||||
curl "$CURLOPT" https://gitlab.com/schtobia/bootstrap/raw/master/bootstrap-user.sh \
|
# shellcheck disable=SC208
|
||||||
|
curl $CURLOPT https://gitlab.com/schtobia/bootstrap/raw/master/bootstrap-user.sh \
|
||||||
&& chmod +x bootstrap-user.sh
|
&& chmod +x bootstrap-user.sh
|
||||||
|
|
Loading…
Reference in a new issue