change repo url to this one
This commit is contained in:
parent
7150a979da
commit
93305849a5
4
acme.sh
4
acme.sh
@ -6,7 +6,7 @@ PROJECT_NAME="acme.sh"
|
|||||||
|
|
||||||
PROJECT_ENTRY="acme.sh"
|
PROJECT_ENTRY="acme.sh"
|
||||||
|
|
||||||
PROJECT="https://github.com/acmesh-official/$PROJECT_NAME"
|
PROJECT="https://github.com/runapp/$PROJECT_NAME"
|
||||||
|
|
||||||
DEFAULT_INSTALL_HOME="$HOME/.$PROJECT_NAME"
|
DEFAULT_INSTALL_HOME="$HOME/.$PROJECT_NAME"
|
||||||
|
|
||||||
@ -6690,7 +6690,7 @@ installOnline() {
|
|||||||
_getRepoHash() {
|
_getRepoHash() {
|
||||||
_hash_path=$1
|
_hash_path=$1
|
||||||
shift
|
shift
|
||||||
_hash_url="https://api.github.com/repos/acmesh-official/$PROJECT_NAME/git/refs/$_hash_path"
|
_hash_url="https://api.github.com/repos/runapp/$PROJECT_NAME/git/refs/$_hash_path"
|
||||||
_get $_hash_url | tr -d "\r\n" | tr '{},' '\n\n\n' | grep '"sha":' | cut -d '"' -f 4
|
_get $_hash_url | tr -d "\r\n" | tr '{},' '\n\n\n' | grep '"sha":' | cut -d '"' -f 4
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user