Merge pull request #242 from linuxserver/code-server-shellcheck-apt

standardize apt-get
This commit is contained in:
Eric Nemchik
2021-09-21 12:18:27 -05:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update
+2 -2
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