x-undefined-2 commited on
Commit
83efd0c
·
verified ·
1 Parent(s): 5556cef

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -1,6 +1,6 @@
1
  #!/bin/bash
2
 
3
- apt-get -y install nodejs
4
 
5
  export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
6
 
 
1
  #!/bin/bash
2
 
3
+ apt-get -y install nodejs npm
4
 
5
  export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
6