Added (enforced) shellcheck

This commit is contained in:
Tobias Schmidl 2021-02-12 07:40:57 +01:00
parent 1037783135
commit 330599d84b
4 changed files with 15 additions and 3 deletions

View file

@ -4,7 +4,9 @@ set -e
CURLOPT=${CURLOPT:-"--location --remote-time --show-error --silent --fail --tlsv1.2"}
# root part
# shellcheck disable=SC2086
curl $CURLOPT https://github.com/schtobia/bootstrap/raw/master/bootstrap-root.sh | sudo -SEH bash -
# userspace part
# shellcheck disable=SC2086
curl $CURLOPT https://github.com/schtobia/bootstrap/raw/master/bootstrap-user.sh | bash -