We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
box_for_magisk/box/scripts/box.tool
Lines 28 to 33 in 1278e2a
su -c /data/adb/box/scripts/box.tool subs
request="curl" request+=" --insecure" request+=" --user-agent ${user_agent}" request+=" -o ${file}" request+=" ${update_url}" echo "${yellow}${request}${normal}"
The text was updated successfully, but these errors were encountered:
Added logic to use curl if available for file downloading, falling ba…
7caf827
…ck to wget if curl is not found. #172
No branches or pull requests
box_for_magisk/box/scripts/box.tool
Lines 28 to 33 in 1278e2a
此处执行
su -c /data/adb/box/scripts/box.tool subs
拉取经过 CloudFlare 代理的订阅有一定的几率会拉不动,导致原有 config.yaml 变成 config.yaml.bak 后不产生新的 config.yaml。不知道是不是我个例,但改成如下 curl 后不再出现此类现象,也不需要借助 busybox。The text was updated successfully, but these errors were encountered: