移除默认github代理,增加http或者socks代理参数

This commit is contained in:
whyour
2022-01-19 23:29:55 +08:00
parent 5b6843b5c0
commit 8c0685202e
4 changed files with 30 additions and 16 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ dir_shell=/ql/shell
. $dir_shell/share.sh
if [[ -z ${BotRepoUrl} ]]; then
url="${github_proxy_url}https://github.com/SuMaiKaDe/bot.git"
url="https://github.com/SuMaiKaDe/bot.git"
repo_path="${dir_repo}/dockerbot"
else
url=${BotRepoUrl}