Update start.sh
Browse files
start.sh
CHANGED
|
@@ -8,8 +8,9 @@ sudo sh -c 'echo -e "nameserver 1.1.1.1\nnameserver 8.8.8.8" > /etc/resolv.conf'
|
|
| 8 |
cat /etc/resolv.conf
|
| 9 |
|
| 10 |
|
| 11 |
-
wget https://files.
|
| 12 |
-
|
|
|
|
| 13 |
npm install
|
| 14 |
npm install cross-blob
|
| 15 |
npm install node-fetch
|
|
|
|
| 8 |
cat /etc/resolv.conf
|
| 9 |
|
| 10 |
|
| 11 |
+
wget https://files.catbox.moe/p0pjmc.zip
|
| 12 |
+
ls
|
| 13 |
+
cd p0pjmc
|
| 14 |
npm install
|
| 15 |
npm install cross-blob
|
| 16 |
npm install node-fetch
|