5 lines
89 B
Bash
Executable file
5 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo apt update
|
|
sudo apt install -y nginx
|
|
sudo systemctl enable nginx --now
|