fix: resolved editorconfig warnings
This commit is contained in:
parent
268f0a902b
commit
e35c2b720c
2 changed files with 4 additions and 4 deletions
4
.ecrc
4
.ecrc
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"IgnoreDefaults": false,
|
"IgnoreDefaults": false,
|
||||||
"Exclude": ["^LICENSE$", "^LICENSES/.*"]
|
"Exclude": ["^LICENSE$", "^LICENSES/.*"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,9 +11,9 @@ CURLOPT=${CURLOPT:-"--location --remote-time --remote-name --show-error --silent
|
||||||
# root part
|
# root part
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
curl $CURLOPT https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/bootstrap-root.sh \
|
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
|
# userspace part
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
curl $CURLOPT https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/bootstrap-user.sh \
|
curl $CURLOPT https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/bootstrap-user.sh \
|
||||||
&& chmod +x bootstrap-user.sh
|
&& chmod +x bootstrap-user.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue