[fix] code-server location
This commit is contained in:
parent
0cd90d62b4
commit
ea7abfcd4a
@ -1,10 +1,15 @@
|
||||
# setup
|
||||
|
||||
#install extensions
|
||||
#install extensions
|
||||
|
||||
#install extensions located in /exts/ folder
|
||||
# code-server@4.0.2 omv
|
||||
CODE_SERVER="/app/code-server/bin/code-server"
|
||||
|
||||
# 4.0.1 n2-plus
|
||||
#CODE_SERVER="/usr/local/bin/code-server"
|
||||
for FILE in /exts/*
|
||||
do
|
||||
/app/code-server/bin/code-server --install-extension $FILE
|
||||
$CODE_SERVER --install-extension $FILE
|
||||
done
|
||||
|
||||
|
||||
@ -14,5 +19,6 @@ cd /config/workspace
|
||||
git clone https://git.quodatum.duckdns.org/apb/vscode-basex.git
|
||||
git clone https://git.quodatum.duckdns.org/apb/thedocks
|
||||
git clone https://github.com/Quodatum/xqlint.git
|
||||
git clone https://git.quodatum.duckdns.org/apb/file-samples.git
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user