macOS:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install automake autoconf libtool pkg-config
git clone https://github.com/tihmstar/libirecovery && cd ./libirecovery && bash autogen.sh && make install
执行:
irecovery -n
或者
irecovery -s
最后 false 改成 true:
setenv auto-boot true
saveenv
reboot
更新 2018-12-24