standardize apt-get

This commit is contained in:
aptalca 2021-09-21 12:11:16 -04:00
parent cb0353b504
commit f221aa137b
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update

View File

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
echo "**** installing shellcheck ****"
apt-get update && apt-get install -y \
shellcheck
apt-get install -y \
shellcheck