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

@ -38,10 +38,12 @@ apt-get update \
&& apt-file update
# node related
# shellcheck disable=SC2086
curl $CURLOPT https://deb.nodesource.com/setup_14.x | bash -
apt-get install -y nodejs
# python3 related
# shellcheck disable=SC2086
curl $CURLOPT https://bootstrap.pypa.io/get-pip.py | python3
pip install ranger-fm
@ -50,5 +52,6 @@ pip install ranger-fm
cargo install --root /usr/local --git https://github.com/mookid/diffr
# shellcheck disable=SC2086
curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://gist.github.com/schtobia/f02deeaf2fd20b23ae9fcf0f451cc858/raw/cleanup.sh \
&& chmod u+x /usr/local/sbin/cleanup.sh
&& chmod u+x /usr/local/sbin/cleanup.sh