fix bash install

This commit is contained in:
VirtuBox 2018-07-19 02:51:56 +02:00
parent 19cf048ec7
commit 99c6136378
2 changed files with 6 additions and 2 deletions

View File

@ -330,7 +330,9 @@ sudo systemctl restart memcached
* wildcards certificates support
```bash
cd && bash <(wget --no-check-certificate -O - https://raw.githubusercontent.com/VirtuBox/ee-acme-sh/master/install.sh)
wget -O install-ee-acme.sh https://raw.githubusercontent.com/VirtuBox/ee-acme-sh/master/install.sh
chmod +x install-ee-acme.sh
./install-ee-acme.sh
# enable acme.sh & ee-acme-sh
source .bashrc

View File

@ -327,7 +327,9 @@ sudo systemctl restart memcached
* wildcards certificates support
```bash
cd && bash <(wget --no-check-certificate -O - https://raw.githubusercontent.com/VirtuBox/ee-acme-sh/master/install.sh)
wget -O install-ee-acme.sh https://raw.githubusercontent.com/VirtuBox/ee-acme-sh/master/install.sh
chmod +x install-ee-acme.sh
./install-ee-acme.sh
# enable acme.sh & ee-acme-sh
source .bashrc