Twan07 commited on
Commit
ddeea36
·
verified ·
1 Parent(s): 58cc3b6

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +5 -9
start.sh CHANGED
@@ -1,14 +1,9 @@
1
  #!/bin/bash
2
- git clone https://github.com/Twan07/BEupload.git
3
-
 
4
  npm install
5
- npm install cross-blob
6
- npm install node-fetch
7
- npm i --save-dev @types/busboy
8
- npm i --save-dev @types/uuid
9
- npm i --save-dev @types/unidecode
10
- npm ci --production
11
-
12
  echo "nameserver 8.8.8.8" > /tmp/resolv.conf
13
 
14
  echo "nameserver 1.1.1.1" >> /tmp/resolv.conf
@@ -17,5 +12,6 @@ sudo sh -c 'echo -e "nameserver 1.1.1.1\nnameserver 8.8.8.8" > /etc/resolv.conf'
17
 
18
  cat /etc/resolv.conf
19
 
 
20
 
21
  node index
 
1
  #!/bin/bash
2
+ git clone https://github.com/Twan07/BEupload
3
+ cd BEupload
4
+ ls
5
  npm install
6
+ ls
 
 
 
 
 
 
7
  echo "nameserver 8.8.8.8" > /tmp/resolv.conf
8
 
9
  echo "nameserver 1.1.1.1" >> /tmp/resolv.conf
 
12
 
13
  cat /etc/resolv.conf
14
 
15
+ echo $PWD
16
 
17
  node index