We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a103b commit 342c928Copy full SHA for 342c928
backend/serverscript.sh
@@ -1,6 +1,9 @@
1
#!/bin/bash
2
sudo apt-get update -y
3
sudo apt-get upgrade -y
4
+sudo apt install dnsmasq -y
5
+sudo systemctl restart dnsmasq -y
6
+sudo apt install dnsutils -y
7
sudo apt-get install python3.6 -y
8
9
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash
0 commit comments