preparation-scripts/installation/webserver.sh

7 lines
110 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:22:57 +01:00
sudo systemctl start nginx
sudo systemctl enable nginx