Move initial setup notes to it's own section and expand a bit

This commit is contained in:
Adam Goldsmith 2022-06-27 23:12:14 -04:00
parent 48ea819579
commit 9bbb0d8eaf

View File

@ -14,12 +14,17 @@
- https://github.com/LukeZGD/iOS-OTA-Downgrader/wiki/Jailbreaking - https://github.com/LukeZGD/iOS-OTA-Downgrader/wiki/Jailbreaking
- used Sideloadly on MacOS - used Sideloadly on MacOS
- daibutsu did not support iPad2,3 so EtasonJB was used - daibutsu did not support iPad2,3 so EtasonJB was used
4. ansible setup:
1. install "openssh" and "apt 0.7 strict" via cydia ** Initial Setup
2. =su= to root and =apt-get install sudo python vim= 1. ansible setup:
3. edit =/etc/sudoers= to allow =wheel= 1. install "openssh" and "apt 0.7 strict" via cydia
4. edit =/etc/group= to add mobile to =wheel= 2. ssh with =ssh -o PubkeyAuthentication=no mobile@iPad=, password =alpine=
5. install [[https://cydia.akemi.ai/?page/net.angelxwind.mikoto][mikoto]] to disable OTA update notifications (and some other things) 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 * ansible
** Python 2.7 availible from https://github.com/linusyang/python-for-ios/releases ** Python 2.7 availible from https://github.com/linusyang/python-for-ios/releases