KL-MLC commited on
Commit
84e61d5
·
verified ·
1 Parent(s): 76eded7

Update initApplication.sh

Browse files
Files changed (1) hide show
  1. initApplication.sh +1 -1
initApplication.sh CHANGED
@@ -1,6 +1,6 @@
1
  git clone --depth=1 https://github.com/Archeb/YOUChat_Proxy ./UChat
2
  cd ./UChat
3
- pnpm i
4
  export PASSWORD=$PASS
5
  export PORT=7860
6
  echo $B64JS | base64 -d > config.js
 
1
  git clone --depth=1 https://github.com/Archeb/YOUChat_Proxy ./UChat
2
  cd ./UChat
3
+ npm i
4
  export PASSWORD=$PASS
5
  export PORT=7860
6
  echo $B64JS | base64 -d > config.js