From 7561eff000ef51a48d38c9464c6ba1c565a3ce8c Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 23 Feb 2021 09:59:33 +0100 Subject: [PATCH] fixup! Aktualisieren bootstrap.sh --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index fb3b5b3..9250ded 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -4,11 +4,11 @@ set -e CURLOPT=${CURLOPT:-"--location --remote-time --remote-name --show-error --silent --fail --tlsv1.2"} # root part -# shellcheck disable=SC208 +# shellcheck disable=SC2086 curl $CURLOPT https://gitlab.com/schtobia/bootstrap/raw/master/bootstrap-root.sh \ && chmod +x bootstrap-root.sh # userspace part -# shellcheck disable=SC208 +# shellcheck disable=SC2086 curl $CURLOPT https://gitlab.com/schtobia/bootstrap/raw/master/bootstrap-user.sh \ && chmod +x bootstrap-user.sh