43 Commits

Author SHA1 Message Date
Igor
567bc20f39 Update Armbian logo in README 2025-08-28 05:57:56 +02:00
Igor
5274190daa Improve armbian config main README.md file (#649) 2025-07-18 17:49:48 +02:00
Igor
9c04708bca Improve clarity of main README.me (#593)
* Improve clarity of man README

* Update README.md

* Update README.md

* Update README.md
2025-05-11 23:21:03 +02:00
leggewie
5cd9b4491f Update README.md
fix small grammatical error
2025-03-05 08:06:56 +01:00
Blieque Mariguan
7cb0298abc feat: Use deb822 format for APT sources
- 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.
2025-02-04 18:24:07 +01:00
Igor
5bfd0a78ea Repository consistency: rename armbian-development to armbian-config.list 2025-01-20 13:48:41 +01:00
Igor
aa283b4070 Add GPG key download for 3rd party distro 2025-01-20 12:08:53 +01:00
Igor
ed7eb9215f Improve welcome page, adjust contribution.md, add licence (#331)
* Improve welcome page, add new image, adjust contribution.md, add licence
2024-12-30 11:39:33 +01:00
Igor
0e4f6bd140 Change development repository domain name to github.armbian.com 2024-11-14 23:36:12 +01:00
Igor
0a8a17503a Add link to adding new feature 2024-11-13 23:53:53 -07:00
Igor Pecovnik
28a3ddc76a Add dedicated CONTRIBUTION.md whih had hardcoded build framework instructions. Remove that, adjust Readme with instrucrions how to clone and run. 2024-10-31 10:17:33 -05:00
Igor Pecovnik
c9dfc58979 Change to armbian-config also in Unit test CI 2024-10-14 10:29:55 +02:00
Igor Pecovnik
fe7d6ff3ca Change instructions too 2024-10-14 10:17:29 +02:00
Igor Pecovnik
db05e835d8 Add compatibility list 2024-10-08 12:43:14 +02:00
Igor
f83aad7a38 Fix wrong quotation marks 2024-10-01 20:58:31 -05:00
Igor
93f4dc25ed Populate README.md with generic Armbian branding and tl;dr; info (#131) 2024-09-30 20:22:35 +02:00
Joey Turner
e41c5943d9 Help docs (#68)
* 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>
2024-09-12 08:41:14 -05:00
Igor
b83338e0e1 Change set_safe_boot with improved function armbian_fw_manipulate (#57)
* 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>
2024-09-05 08:22:01 -05:00
Igor
be4df8e345 Switch between stable and nighly repository (#54)
Thank you!
2024-09-04 14:07:24 -05:00
Tearran
c361be1a2d Re-numbered SSXX for sub system 2024-09-04 07:48:05 +02:00
Igor
fd725e7194 Enable support for adjusting SSH server (#49)
* Enable support for adjusting SSH server

* Add bits to README and move to system section

* Update config.ng.jobs.json

fixed merge conflict

* Update README.md

* fixed doc

---------

Co-authored-by: Joey Turner <Tearran@users.noreply.github.com>
Co-authored-by: Tearran <tearran@gmail.com>
2024-09-03 20:30:50 -05:00
Igor
3156e94f22 Add support for changing login shells between ZSH and BASH (#50)
* 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>
2024-09-01 14:31:30 -05:00
Gunjan Gupta
ffafd60f8a Bug fixes for menu navigation (#44)
* 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>
2024-08-29 10:40:59 -05:00
schwar3kat
92952e9e92 Another typo in config.ng.functions.sh 2024-08-01 00:05:27 +12:00
Tearran
5ba6109b69 add exit messages for running none sudo/root use. 2024-07-06 00:11:30 -06:00