switch to hybrid

This commit is contained in:
aptalca
2022-08-10 16:27:39 -04:00
parent 305e266ebe
commit e4ae8c0f26
12 changed files with 15 additions and 0 deletions
@@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bash
if ! dpkg -s subversion >/dev/null 2>&1; then
echo "**** Adding subversion to package install list ****"
echo "subversion" >> /mod-repo-packages-to-install.list
else
echo "**** subversion already installed, skipping ****"
fi
@@ -0,0 +1 @@
oneshot
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-code-server-svn-add-package/run
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
install-extension johnstoncode.svn-scm
@@ -0,0 +1 @@
oneshot
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-code-server-svn-install/run