switch to hybrid

This commit is contained in:
aptalca
2022-08-17 11:45:29 -04:00
parent f27b86c1bc
commit 47738d4f9f
6 changed files with 10 additions and 0 deletions
@@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bash
if [ ! -f "/usr/bin/git" ]; then
echo "**** Adding git to package install list ****"
echo "git" >> /mod-repo-packages-to-install.list
else
echo "**** git already installed ****"
fi
@@ -0,0 +1 @@
oneshot
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-openssh-server-git-add-package/run