code-server: shellcheck initial release

This commit is contained in:
Eric Nemchik
2020-04-06 11:19:09 -05:00
parent f4cb91a286
commit 6d1efbe2a1
7 changed files with 15 additions and 69 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
echo "**** installing shellcheck ****"
apt-get update && apt-get install -y \
shellcheck