diff --git a/.ecrc b/.ecrc index 1dc83fd..7da2a85 100644 --- a/.ecrc +++ b/.ecrc @@ -1,4 +1,4 @@ { - "IgnoreDefaults": false, - "Exclude": ["^LICENSE$", "^LICENSES/.*"] + "IgnoreDefaults": false, + "Exclude": ["^LICENSE$", "^LICENSES/.*"] } diff --git a/bootstrap.sh b/bootstrap.sh index e2fcfc0..7a8d74d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -11,9 +11,9 @@ CURLOPT=${CURLOPT:-"--location --remote-time --remote-name --show-error --silent # root part # shellcheck disable=SC2086 curl $CURLOPT https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/bootstrap-root.sh \ - && chmod +x bootstrap-root.sh + && chmod +x bootstrap-root.sh # userspace part # shellcheck disable=SC2086 curl $CURLOPT https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/bootstrap-user.sh \ - && chmod +x bootstrap-user.sh + && chmod +x bootstrap-user.sh