switch to hybrid

This commit is contained in:
aptalca
2022-08-10 15:53:01 -04:00
parent 650b5c9d88
commit dd9b0ec4f9
7 changed files with 13 additions and 3 deletions
@@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bash
if ! dpkg -s shellcheck >/dev/null 2>&1; then
echo "**** Adding shellcheck to package install list ****"
echo "shellcheck" >> /mod-repo-packages-to-install.list
else
echo "**** shellcheck already installed, skipping ****"
fi
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-code-server-shellcheck-add-package/run