preparation-scripts/installation/webserver.sh
2024-11-18 20:22:57 +01:00

6 lines
110 B
Bash
Executable file

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