xetup/scripts
X9 Dev be7a7236df feat: Dell Command | Update step (step 11) + download link on landing page
scripts/11-dell-update.ps1:
- Detects Dell via Win32_ComputerSystem.Manufacturer (skips silently on non-Dell)
- Installs Dell.CommandUpdate.Universal via winget (silent)
- Runs dcu-cli.exe /applyUpdates -silent -reboot=disable (all categories)
- BIOS/firmware staged, completes on restart after deployment
- Exit codes 0/1/5 all treated as success

Deploy-Windows.ps1:
- Added Step 11 - Dell Command | Update (dellUpdate=true default)

internal/runner/runner.go, internal/config/config.go:
- dellUpdate step registered in AllSteps() and DefaultConfig

web/spec/index.html:
- Step 11 card with flag-done rows, sidebar link, comment-widget issue #16
- STEP_SCRIPT map updated for step-dell

web/index.html:
- Dynamic download strip: fetches latest Forgejo release via API,
  shows Download xetup.exe with version + file size
- Updated Go TUI card text (no longer "zatim ve vyvoji")

web/data/descriptions.json: regenerated (13 scripts, 80 items)

Forgejo: issue #16 created, release v0.1.0 published with xetup.exe (5.2 MB)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 10:49:15 +02:00
..
00-admin-account.ps1 Fix all remaining mustfix items + Edge policies 2026-04-16 09:45:49 +02:00
01-bloatware.ps1 Remove noise rows, implement powercfg + proxy, clean up Edge docs 2026-04-16 10:09:40 +02:00
02-software.ps1 Implement steps 09 (PC identity), 10 (network), taskbar profiles; cleanup 2026-04-16 10:15:55 +02:00
03-system-registry.ps1 Remove noise rows, implement powercfg + proxy, clean up Edge docs 2026-04-16 10:09:40 +02:00
04-default-profile.ps1 Implement steps 09 (PC identity), 10 (network), taskbar profiles; cleanup 2026-04-16 10:15:55 +02:00
05-personalization.ps1 Implement Forgejo review changes: Atera, UCPD, PDF default, OA3, dedup 2026-04-16 09:29:32 +02:00
06-scheduled-tasks.ps1 Implement Forgejo review changes: Atera, UCPD, PDF default, OA3, dedup 2026-04-16 09:29:32 +02:00
07-backinfo.ps1 Fix all remaining mustfix items + Edge policies 2026-04-16 09:45:49 +02:00
07-desktop-info.ps1 Implement Forgejo review changes: Atera, UCPD, PDF default, OA3, dedup 2026-04-16 09:29:32 +02:00
08-activation.ps1 Implement Forgejo review changes: Atera, UCPD, PDF default, OA3, dedup 2026-04-16 09:29:32 +02:00
09-pc-identity.ps1 Implement steps 09 (PC identity), 10 (network), taskbar profiles; cleanup 2026-04-16 10:15:55 +02:00
10-network.ps1 Implement steps 09 (PC identity), 10 (network), taskbar profiles; cleanup 2026-04-16 10:15:55 +02:00
11-dell-update.ps1 feat: Dell Command | Update step (step 11) + download link on landing page 2026-04-16 10:49:15 +02:00