Added (enforced) shellcheck
This commit is contained in:
parent
1037783135
commit
330599d84b
4 changed files with 15 additions and 3 deletions
|
@ -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 -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue