first preparations
This commit is contained in:
parent
777875de2a
commit
bcd67ac515
3 changed files with 684 additions and 0 deletions
4
installation/prep.sh
Executable file
4
installation/prep.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo apt update
|
||||
sudo apt install -y sudo
|
6
installation/webserver.sh
Executable file
6
installation/webserver.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo apt update
|
||||
sudo apt install -y nginx
|
||||
sudo systemctl start nginx
|
||||
sudo systemctl enable nginx
|
Loading…
Add table
Add a link
Reference in a new issue