-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Installation
Alone_Monkey edited this page Mar 13, 2018
·
5 revisions
- Install the latest theos
git clone --recursive https://github.com/theos/theos.git /opt/theos
- brew install ldid
brew install ldid
- SSH to jailbroken device without password(Skip this step,if you dont have a jailbroken device)
ssh-keygen -t rsa -P ''
ssh-copy-id -i /Users/username/.ssh/id_rsa root@ip
or install sshpass
:
brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb
select the Xcode to install:
sudo xcode-select -s /Applications/Xcode-beta.app
default Xcode to install:
xcode-select -p
install:
sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/AloneMonkey/MonkeyDev/master/bin/md-install)"
uninstall:
sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/AloneMonkey/MonkeyDev/master/bin/md-uninstall)"
update:
sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/AloneMonkey/MonkeyDev/master/bin/md-update)"
Restart Xcode after installed/updated.