Skip to content

Commit

Permalink
update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
neilpang committed Jan 30, 2020
1 parent 300e0cf commit 958337c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

#https://github.com/Neilpang/get.acme.sh
#https://github.com/acmesh-official/get.acme.sh

_exists() {
cmd="$1"
Expand All @@ -21,9 +21,9 @@
BRANCH="master"
fi
if _exists curl && [ "${ACME_USE_WGET:-0}" = "0" ]; then
curl https://raw.githubusercontent.com/Neilpang/acme.sh/$BRANCH/acme.sh | INSTALLONLINE=1 sh
curl https://raw.githubusercontent.com/acmesh-official/acme.sh/$BRANCH/acme.sh | INSTALLONLINE=1 sh
elif _exists wget ; then
wget -O - https://raw.githubusercontent.com/Neilpang/acme.sh/$BRANCH/acme.sh | INSTALLONLINE=1 sh
wget -O - https://raw.githubusercontent.com/acmesh-official/acme.sh/$BRANCH/acme.sh | INSTALLONLINE=1 sh
else
echo "Sorry, you must have curl or wget installed first."
echo "Please install either of them and try again."
Expand Down

0 comments on commit 958337c

Please sign in to comment.