@xidianli
2017-07-08T15:56:30.000000Z
字数 1420
阅读 829
越狱开发-第一篇
bogon:~ user$ brewExample usage:brew search [TEXT|/REGEX/]brew (info|home|options) [FORMULA...]brew install FORMULA...brew updatebrew upgrade [FORMULA...]brew uninstall FORMULA...brew list [FORMULA...]Troubleshooting:brew configbrew doctorbrew install -vd FORMULADevelopers:brew create [URL [--no-fetch]]brew edit [FORMULA...]http://docs.brew.sh/Formula-Cookbook.htmlFurther help:man brewbrew help [COMMAND]brew homebogon:~ lunli$
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install dpkg ldid
sudo git clone --recursive https://github.com/theos/theos.git /opt/theossudo chown $(id -u):$(id -g) /opt/theos
export THEOS=/opt/theosexport PATH=/opt/theos/bin/:$PATH
source ~/.bash_profile
bogon:~ user /opt/theos/bin/nic.plNIC 2.0 - New Instance Creator------------------------------[1.] iphone/activator_event[2.] iphone/application_modern[3.] iphone/cydget[4.] iphone/flipswitch_switch[5.] iphone/framework[6.] iphone/ios7_notification_center_widget[7.] iphone/library[8.] iphone/notification_center_widget[9.] iphone/preference_bundle_modern[10.] iphone/tool[11.] iphone/tweak[12.] iphone/xpc_service
如果出现上面到结果表示安装成功!