Move initial setup notes to it's own section and expand a bit
This commit is contained in:
parent
48ea819579
commit
9bbb0d8eaf
17
notes.org
17
notes.org
@ -14,12 +14,17 @@
|
||||
- https://github.com/LukeZGD/iOS-OTA-Downgrader/wiki/Jailbreaking
|
||||
- used Sideloadly on MacOS
|
||||
- daibutsu did not support iPad2,3 so EtasonJB was used
|
||||
4. ansible setup:
|
||||
1. install "openssh" and "apt 0.7 strict" via cydia
|
||||
2. =su= to root and =apt-get install sudo python vim=
|
||||
3. edit =/etc/sudoers= to allow =wheel=
|
||||
4. edit =/etc/group= to add mobile to =wheel=
|
||||
5. install [[https://cydia.akemi.ai/?page/net.angelxwind.mikoto][mikoto]] to disable OTA update notifications (and some other things)
|
||||
|
||||
** Initial Setup
|
||||
1. ansible setup:
|
||||
1. install "openssh" and "apt 0.7 strict" via cydia
|
||||
2. ssh with =ssh -o PubkeyAuthentication=no mobile@iPad=, password =alpine=
|
||||
4. =su= to root (also password =alpine=)
|
||||
3. change passwords for mobile and root users
|
||||
5. =apt-get install sudo python vim=
|
||||
6. edit =/etc/sudoers= to allow =wheel=
|
||||
7. edit =/etc/group= to add mobile to =wheel=
|
||||
2. install [[https://cydia.akemi.ai/?page/net.angelxwind.mikoto][mikoto]] to disable OTA update notifications (and some other things)
|
||||
|
||||
* ansible
|
||||
** Python 2.7 availible from https://github.com/linusyang/python-for-ios/releases
|
||||
|
Loading…
Reference in New Issue
Block a user