update SetupWizard

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent c5dad0d9f0
commit 505bb2529d

@ -27,10 +27,11 @@
* no longer include GNU Bash
* SetupWizard
* change default location for configuration files from /data to /sdcard
* new setup variables
* nanodroid_bash=[0|1] whether to install GNU Bash, Less pager (Full)
* nanodroid_nano=[0|1] whether to install GNU Nano Editor (Full package)
* nanodroid_utils=[0|1] whether to install Shell Utilities (Full package)
* new setup variables (Full package)
* nanodroid_bash=[0|1] whether to install GNU Bash, Less pager
* nanodroid_nano=[0|1] whether to install GNU Nano Editor
* nanodroid_utils=[0|1] whether to install Shell Utilities
* nanodroid_fonts=[0|1] whether to install NanoDroid-Fonts script and Nintendo Fonts
* Patcher, Uninstaller
* initial A/B parition scheme support
* Uninstaller
@ -71,11 +72,25 @@
* shell name: nanodroid-util
* shell name: nutl
* NanoDroid-Font
* new script to change the system font (Full package only)
* controlled by nanodroid_fonts setup variable
* possible fonts:
* FAST
* NintendoLabo
* NintendoSwitch
* Splatoon2
* SuperMarioMaker
* SuperMario
* example: `nanodroid-font --set Splatoon2` and reboot
* shell name: nanodroid-font
* shell name: nfnt
### Software Updates
* Automatic
* AnySoftKeyboard (1.9.1117)
* Déjà Vu nlpBackend (1.1.3)
* Déjà Vu nlpBackend (1.1.4)
* Open KeyChain (4.9.1)
* XDA Labs (1.1.5.4b)
* F-Droid (1.1-alpha4)

@ -73,6 +73,7 @@ checkbox(
"GNU Bash", "Install GNU Bash Shell", 1,
"GNU Nano", "Install GNU Nano Terminal Editor", 1,
"Shell Utils", "Install Shell Utils from bsdmainutils and util-linux", 1,
"Nintendo Fonts", "Install Nintendo Fonts", 1,
"Sigspoof UI", "[Patcher, SDK <25] Sigspoof UI in Developer Options", 0
);

@ -95,7 +95,8 @@ setup_add 10 nanodroid_forcesystem
setup_add 11 nanodroid_bash
setup_add 12 nanodroid_nano
setup_add 13 nanodroid_utils
setup_add 14 nanodroid_sigspoofui
setup_add 14 nanodroid_fonts
setup_add 15 nanodroid_sigspoofui
if grep -q "selected.1=1" "${store_prop}"; then
ui_print " <>> setting property: nanodroid_play [None]"

Loading…
Cancel
Save