preparation-scripts/installation/webserver.sh
2024-11-23 15:16:52 +01:00

9 lines
201 B
Bash
Executable file

#!/bin/bash
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (c) 2024 Interstellar Development
sudo apt update
sudo apt install -y nginx
sudo systemctl start nginx
sudo systemctl enable nginx