mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
switch to hybrid
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user