[add] install script

This commit is contained in:
Andy Bunce 2022-03-02 23:11:56 +00:00
parent 1a527de128
commit d3795d2267
2 changed files with 13 additions and 2 deletions

13
code-serverx/config/install.sh Executable file
View file

@ -0,0 +1,13 @@
# setup
# fix docker socket permission
chmod 666 /var/run/docker.sock
# pull useful projects
cd /config/workspace
git pull https://git.quodatum.duckdns.org/apb/vscode-basex.git
git pull https://git.quodatum.duckdns.org/apb/thedocks
git pull https://github.com/Quodatum/xqlint.git