setup/install_nginx.sh

3 lines
56 B
Bash
Executable File

#!/bin/bash
sudo apt update -y
sudo apt install -y nginx