Rework programmer detection; add image support

This commit is contained in:
2026-04-14 09:08:44 -07:00
parent 21af45674e
commit 52999f4799
5 changed files with 166 additions and 42 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ run_full_install() {
_start="${1:-1}"
[ "$_start" -le 1 ] && run_step 1 "Install Dependencies" install_dependencies
[ "$_start" -le 2 ] && run_step 2 "Verify CH341A Programmer" step_attach_ch341a
[ "$_start" -le 2 ] && run_step 2 "Connect CH341A Programmer" step_attach_ch341a
[ "$_start" -le 3 ] && run_step 3 "Extract Original BIOS" step_extract_bios
[ "$_start" -le 4 ] && run_step 4 "Verify BIOS Backups" step_backup_bios
[ "$_start" -le 5 ] && run_step 5 "Combine BIOS Images" step_combine_bios