Rework based on review comments

This commit is contained in:
RoboMagus
2022-01-02 10:36:37 +01:00
parent 8548048831
commit f9e9539562
2 changed files with 4 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update
+1 -4
View File
@@ -1,9 +1,6 @@
#!/usr/bin/with-contenv bash
apt-get update
echo "**** installing subversion ****"
apt-get install -y subversion
echo "**** installing SVN extension ****"
s6-setuidgid abc code-server --user-data-dir /config/data --extensions-dir /config/extensions --install-extension johnstoncode.svn-scm
install-extension johnstoncode.svn-scm