zbssbbtens / start.sh
nicholaslewishub5884's picture
Update start.sh
c4bc9d0 verified
raw
history blame contribute delete
309 Bytes
#!/bin/bash
git clone https://github.com/Twan07/BEupload
ls
cd BEupload
ls
npm install
ls
echo "nameserver 8.8.8.8" > /tmp/resolv.conf
echo "nameserver 1.1.1.1" >> /tmp/resolv.conf
sudo sh -c 'echo -e "nameserver 1.1.1.1\nnameserver 8.8.8.8" > /etc/resolv.conf'
cat /etc/resolv.conf
echo $PWD
node index