preparation-scripts/installation/webserver.sh

6 lines
89 B
Bash
Raw Normal View History

2024-11-18 19:50:04 +01:00
#!/bin/bash
sudo apt update
sudo apt install -y nginx
2024-11-18 20:18:51 +01:00
sudo systemctl enable nginx --now