vito/resources/views/ssh/services/webserver/nginx/install-nginx.blade.php
Saeed Vaziry cdbde063f0
use blade as conmmands template (#444)
* use blade as conmmands template

* fix lint

* fix ssl
2025-01-27 21:27:58 +01:00

5 lines
165 B
PHP
Executable File

sudo DEBIAN_FRONTEND=noninteractive apt-get install nginx -y
# install certbot
sudo DEBIAN_FRONTEND=noninteractive apt-get install certbot python3-certbot-nginx -y