mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 14:06:15 +00:00
use blade as conmmands template (#444)
* use blade as conmmands template * fix lint * fix ssl
This commit is contained in:
4
resources/views/ssh/services/webserver/nginx/install-nginx.blade.php
Executable file
4
resources/views/ssh/services/webserver/nginx/install-nginx.blade.php
Executable file
@ -0,0 +1,4 @@
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install nginx -y
|
||||
|
||||
# install certbot
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install certbot python3-certbot-nginx -y
|
Reference in New Issue
Block a user