Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
ce6b71a5
Unverified
Commit
ce6b71a5
authored
Jan 30, 2020
by
neil
Committed by
GitHub
Jan 30, 2020
Browse files
Merge pull request #2710 from acmesh-official/dev
start v2.8.6, change the repo name
parents
552a49a6
09f74a9a
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
ce6b71a5
#!/usr/bin/env sh
#!/usr/bin/env sh
VER=2.8.
5
VER=2.8.
6
PROJECT_NAME="acme.sh"
PROJECT_NAME="acme.sh"
PROJECT_ENTRY="acme.sh"
PROJECT_ENTRY="acme.sh"
PROJECT="https://github.com/
Neilpang
/$PROJECT_NAME"
PROJECT="https://github.com/
acmesh-official
/$PROJECT_NAME"
DEFAULT_INSTALL_HOME="$HOME/.$PROJECT_NAME"
DEFAULT_INSTALL_HOME="$HOME/.$PROJECT_NAME"
...
@@ -126,19 +126,19 @@ NOTIFY_MODE_CERT=1
...
@@ -126,19 +126,19 @@ NOTIFY_MODE_CERT=1
NOTIFY_MODE_DEFAULT=$NOTIFY_MODE_BULK
NOTIFY_MODE_DEFAULT=$NOTIFY_MODE_BULK
_DEBUG_WIKI="https://github.com/
Neilpang
/acme.sh/wiki/How-to-debug-acme.sh"
_DEBUG_WIKI="https://github.com/
acmesh-official
/acme.sh/wiki/How-to-debug-acme.sh"
_PREPARE_LINK="https://github.com/
Neilpang
/acme.sh/wiki/Install-preparations"
_PREPARE_LINK="https://github.com/
acmesh-official
/acme.sh/wiki/Install-preparations"
_STATELESS_WIKI="https://github.com/
Neilpang
/acme.sh/wiki/Stateless-Mode"
_STATELESS_WIKI="https://github.com/
acmesh-official
/acme.sh/wiki/Stateless-Mode"
_DNS_ALIAS_WIKI="https://github.com/
Neilpang
/acme.sh/wiki/DNS-alias-mode"
_DNS_ALIAS_WIKI="https://github.com/
acmesh-official
/acme.sh/wiki/DNS-alias-mode"
_DNS_MANUAL_WIKI="https://github.com/
Neilpang
/acme.sh/wiki/dns-manual-mode"
_DNS_MANUAL_WIKI="https://github.com/
acmesh-official
/acme.sh/wiki/dns-manual-mode"
_NOTIFY_WIKI="https://github.com/
Neilpang
/acme.sh/wiki/notify"
_NOTIFY_WIKI="https://github.com/
acmesh-official
/acme.sh/wiki/notify"
_SUDO_WIKI="https://github.com/
Neilpang
/acme.sh/wiki/sudo"
_SUDO_WIKI="https://github.com/
acmesh-official
/acme.sh/wiki/sudo"
_DNS_MANUAL_ERR="The dns manual mode can not renew automatically, you must issue it again manually. You'd better use the other modes instead."
_DNS_MANUAL_ERR="The dns manual mode can not renew automatically, you must issue it again manually. You'd better use the other modes instead."
...
@@ -6333,7 +6333,7 @@ _getMasterHash() {
...
@@ -6333,7 +6333,7 @@ _getMasterHash() {
if [ -z "$_b" ]; then
if [ -z "$_b" ]; then
_b="master"
_b="master"
fi
fi
_hash_url="https://api.github.com/repos/
Neilpang/
acme
.
sh/git/refs/heads/$_b"
_hash_url="https://api.github.com/repos/acmesh
-official/$PROJECT_NAME
/git/refs/heads/$_b"
_get $_hash_url | tr -d "\r\n" | tr '{},' '\n' | grep '"sha":' | cut -d '"' -f 4
_get $_hash_url | tr -d "\r\n" | tr '{},' '\n' | grep '"sha":' | cut -d '"' -f 4
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment