- Replace `armbian-config.list` with `armbian-config.sources`. This
holds the same information in a newer format, deb822. This does not
affect `armbian.list`, but I could look at migrating that too if there
is interest.
- Update `README.md` accordingly.
* chore: Update help message in armbian-configng script
* chore: Update help message
* fix: typo
* Added: Option to list all cmd options help `--help cmd`
* feat: Add help support for API, armbian-configng --help api
---------
Co-authored-by: Tearran <tearran@armbian.com>
* Change set_safe_boot with improved function armbian_fw_manipulate
It extends functionality to reload packages too
* fix: shift to accomidate option arguments 2nd option to --api
* fixed extra if stament.
* Improve reloading armbian packages
---------
Co-authored-by: Tearran <tearran@gmail.com>
* Add support for changing login shells between ZSH and BASH
* Added system helper file move update_skel and qr_code from PR #49
---------
Co-authored-by: Tearran <tearran@gmail.com>
* Fix menu navigation
Menu navigation was broken and had following issues:
- selecting any option in submenu drops to main menu after operation finishes
- there was a broken implementation of having a submenu within a submenu that doesn't work due to buggy implementation
- there was a broken implementation of having conditions in json file to dynamically show and hide options but that doesn't work due to buggy implementation
- also main menu supported conditions while sub menu didn't which shows lack of consistency in design
Signed-off-by: Gunjan Gupta <gunjan@wesion.com>
* migrate conditions to json file
Signed-off-by: Gunjan Gupta <gunjan@wesion.com>
* Remove dead code
Signed-off-by: Gunjan Gupta <gunjan@wesion.com>
* Update readme
Signed-off-by: Gunjan Gupta <gunjan@wesion.com>
---------
Signed-off-by: Gunjan Gupta <gunjan@wesion.com>