From 5d831feace1113e6c6a0f7170e9df0045421cd17 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 16 Apr 2016 23:32:49 +0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index b01230ba..b250c4b0 100644 --- a/Home.md +++ b/Home.md @@ -6,11 +6,11 @@ Here is the wiki page for le.sh ## 1. How to install Install online: ``` -curl https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | INSTALLONLINE=1 bash +curl https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | INSTALLONLINE=1 sh ``` Or, ``` -wget -O - https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | INSTALLONLINE=1 bash +wget -O - https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | INSTALLONLINE=1 sh ``` Install from git: