Skip to content

Commit 342c928

Browse files
authored
added more scripts to install everything (#106)
1 parent f7a103b commit 342c928

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/serverscript.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
sudo apt-get update -y
33
sudo apt-get upgrade -y
4+
sudo apt install dnsmasq -y
5+
sudo systemctl restart dnsmasq -y
6+
sudo apt install dnsutils -y
47
sudo apt-get install python3.6 -y
58

69
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash

0 commit comments

Comments
 (0)