Deprectated GetExternalResources script
Functionality is now added to init sh off CT that need external resources
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#!/bin/ash
|
||||
#Get Resources
|
||||
curl -L --retry 7 --retry-delay 5 https://codeload.github.com/acmesh-official/acme.sh/tar.gz/master -o /opt/Setup/Fileacmesh.tar.gz
|
||||
|
||||
#Configure Nginx
|
||||
mkdir -p /etc/nginx/sites-available /etc/nginx/sites-enabled /etc/nginx/snippets /etc/nginx/modules-available /etc/nginx/modules-enabled /etc/nginx/snippets/
|
||||
rm -rf /etc/nginx/conf.d/*
|
||||
|
||||
Reference in New Issue
Block a user