switch to hybrid

This commit is contained in:
aptalca
2022-08-26 12:44:21 -04:00
parent e609560318
commit c59dd5fe28
6 changed files with 10 additions and 0 deletions
@@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bash
if ! command -v git; then
echo "**** Adding git to package install list ****"
echo "git" >> /mod-repo-packages-to-install.list
else
echo "**** git already installed, skipping ****"
fi
@@ -0,0 +1 @@
oneshot
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-universal-git-add-package/run