Merge branch 'main' of https://git.sugarscat.cn/me/script
This commit is contained in:
25158
adguard/217heidai.txt
25158
adguard/217heidai.txt
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
11380
adguard/filter_1.txt
11380
adguard/filter_1.txt
File diff suppressed because it is too large
Load Diff
@@ -101,6 +101,11 @@ fi
|
|||||||
DEFAULT_REPO_FILE="docker-ce.repo"
|
DEFAULT_REPO_FILE="docker-ce.repo"
|
||||||
if [ -z "$REPO_FILE" ]; then
|
if [ -z "$REPO_FILE" ]; then
|
||||||
REPO_FILE="$DEFAULT_REPO_FILE"
|
REPO_FILE="$DEFAULT_REPO_FILE"
|
||||||
|
# Automatically default to a staging repo fora
|
||||||
|
# a staging download url (download-stage.docker.com)
|
||||||
|
case "$DOWNLOAD_URL" in
|
||||||
|
*-stage*) REPO_FILE="docker-ce-staging.repo";;
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mirror=''
|
mirror=''
|
||||||
|
|||||||
Reference in New Issue
Block a user