[add] install script
This commit is contained in:
parent
1a527de128
commit
d3795d2267
2
code-serverx/config/.vscode/extensions.json
vendored
2
code-serverx/config/.vscode/extensions.json
vendored
@ -1,7 +1,5 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"quodatum.ext1",
|
||||
"quodatum.vscode-basex",
|
||||
"ms-azuretools.vscode-docker",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"eamodio.gitlens",
|
||||
|
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…
Reference in New Issue
Block a user