mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 06:13:17 -04:00
7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** installing subversion ****"
|
|
apt-get install -y subversion
|
|
|
|
install-extension johnstoncode.svn-scm
|