Created
February 26, 2019 03:31
-
-
Save TheCjw/4d5f1b67c452c7546bc62a3c14123a70 to your computer and use it in GitHub Desktop.
NetFix from https://apt.abcydia.com/read-1549.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: com.abcydia.netfix | |
Version: 1.0-1 | |
Section: System | |
Maintainer: WZteam <[email protected]> | |
Depends: firmware (>= 10.2.1) | |
Architecture: iphoneos-arm | |
Name: Netfix Cydia联网修正 | |
Author: ABCydia <[email protected]> | |
Sponsor: ABCydia <http://www.abcydia.com> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
declare -a cydia | |
cydia=($CYDIA) | |
rm -rf /var/preferences/com.apple.networkextension.plist | |
rm -rf /var/preferences/com.apple.networkextension.necp.plist | |
rm -rf /var/preferences/com.apple.networkextension.cache.plist | |
echo "===================================" | |
echo "本补丁用于修复国行机越狱后Cydia不能联网问题" | |
echo "Copyright 2015-2018 © ABCYDIA.COM®. All rights reserved" | |
echo "===================================" | |
if [[ ${CYDIA+@} ]]; then | |
eval "echo 'finish:reboot' >&${cydia[0]}" | |
fi | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment