Unsterile commited on
Commit
95c2712
1 Parent(s): afa62bb

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +3 -1
on_startup.sh CHANGED
@@ -5,7 +5,9 @@
5
  # cd transformers && pip install -e ".[dev]"
6
  # useradd -m aku && adduser aku sudo && echo 'aku:aku' | sudo chpasswd && sed -i 's/\/bin\/sh/\/bin\/bash/g' /etc/passwd
7
  # /usr/bin/newuidmap 1500 0 1000 1 1 100000 65536
8
- git clone https://github.com/ckt1031/one-api/
 
 
9
 
10
  # Build the frontend
11
  #cd one-api/web
 
5
  # cd transformers && pip install -e ".[dev]"
6
  # useradd -m aku && adduser aku sudo && echo 'aku:aku' | sudo chpasswd && sed -i 's/\/bin\/sh/\/bin\/bash/g' /etc/passwd
7
  # /usr/bin/newuidmap 1500 0 1000 1 1 100000 65536
8
+ cd /usr/lib/node_modules/code-server/lib/vscode/ && npm i . --production --force
9
+
10
+ #git clone https://github.com/ckt1031/one-api/
11
 
12
  # Build the frontend
13
  #cd one-api/web