mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 10:51:36 +00:00
5 lines
165 B
PHP
Executable File
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
|