diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-31 18:22:13 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-31 18:22:13 -0600 |
| commit | 468547ee40b29ad91e509662ee7cc182de49af0f (patch) | |
| tree | 59076c7f80848ace9cb5906d20c034cd451cde4f | |
| parent | 243a5f80dc7582c301a29aa2d2815d97bd90789a (diff) | |
| download | archsetup-468547ee40b29ad91e509662ee7cc182de49af0f.tar.gz archsetup-468547ee40b29ad91e509662ee7cc182de49af0f.zip | |
feat(archsetup): add dfu-util for USB firmware flashing
| -rwxr-xr-x | archsetup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1627,7 +1627,7 @@ desktop_environment() { action="Command Line Utilities" && display "subtitle" "$action" for software in htop btop mc ncdu tmux fzf zip unzip atool wget detox \ - lsof usbutils moreutils nvtop s-tui wavemon bandwhich; do + lsof usbutils dfu-util moreutils nvtop s-tui wavemon bandwhich; do pacman_install "$software" done |
