edit installation steps

This commit is contained in:
VirtuBox 2018-05-02 23:14:50 +02:00
parent 9291a71b0f
commit 99f3cd47b8
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@
## Installation
```bash
bash <(wget --no-check-certificate -O - https://raw.githubusercontent.com/VirtuBox/ee-acme-sh/master/install.sh)
cd && bash <(wget --no-check-certificate -O - https://raw.githubusercontent.com/VirtuBox/ee-acme-sh/master/install.sh)
# enable acme.sh & ee-acme-sh
source .bashrc

View File

@ -41,6 +41,7 @@ then
wget -O ~/.ee-acme/ee-acme https://raw.githubusercontent.com/VirtuBox/ee-acme-sh/master/script/ee-acme-cf
cd || exit
echo '. "/root/.ee-acme/ee-acme"' >> .bashrc
source .bashrc
echo ""
echo "What is your Cloudflare email address ? :"
read -r cf_email
@ -50,8 +51,8 @@ export CF_Email="$cf_email"
export CF_Key="$cf_api_key"
elif [[ "$acmemode" = "2" ]]; then
wget -O ~/.ee-acme/ee-acme https://raw.githubusercontent.com/VirtuBox/ee-acme-sh/master/script/ee-acme-standalone
cd || exit
echo '. "/root/.ee-acme/ee-acme"' >> .bashrc
source .bashrc
echo ""
else
echo "this option doesn't exist"