[add] install script
This commit is contained in:
parent
1a527de128
commit
d3795d2267
2 changed files with 13 additions and 2 deletions
13
code-serverx/config/install.sh
Executable file
13
code-serverx/config/install.sh
Executable 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue