forked from norman/fusionpbx-install.sh-github-mirror
updated the repo for dehydrated (#430)
This commit is contained in:
committed by
GitHub
parent
2d1c2bc15d
commit
7b695723c0
2
debian/resources/letsencrypt.sh
vendored
2
debian/resources/letsencrypt.sh
vendored
@@ -26,7 +26,7 @@ read -p 'Domain Name: ' domain_name
|
||||
read -p 'Email Address: ' email_address
|
||||
|
||||
#get and install dehydrated
|
||||
cd /usr/src && git clone https://github.com/lukas2511/dehydrated.git
|
||||
cd /usr/src && git clone https://github.com/dehydrated-io/dehydrated.git
|
||||
cd /usr/src/dehydrated
|
||||
cp dehydrated /usr/local/sbin
|
||||
mkdir -p /var/www/dehydrated
|
||||
|
||||
@@ -23,7 +23,7 @@ read -p 'Domain Name: ' domain_name
|
||||
read -p 'Email Address: ' email_address
|
||||
|
||||
#get and install dehydrated
|
||||
cd /usr/src && git clone https://github.com/lukas2511/dehydrated.git
|
||||
cd /usr/src && git clone https://github.com/dehydrated-io/dehydrated.git
|
||||
cd /usr/src/dehydrated
|
||||
cp dehydrated /usr/local/sbin
|
||||
mkdir -p /var/www/dehydrated
|
||||
|
||||
Reference in New Issue
Block a user