aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-31 18:22:13 -0600
committerCraig Jennings <c@cjennings.net>2026-01-31 18:22:13 -0600
commit468547ee40b29ad91e509662ee7cc182de49af0f (patch)
tree59076c7f80848ace9cb5906d20c034cd451cde4f
parent243a5f80dc7582c301a29aa2d2815d97bd90789a (diff)
downloadarchsetup-468547ee40b29ad91e509662ee7cc182de49af0f.tar.gz
archsetup-468547ee40b29ad91e509662ee7cc182de49af0f.zip
feat(archsetup): add dfu-util for USB firmware flashing
-rwxr-xr-xarchsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/archsetup b/archsetup
index f92e58e..fef3275 100755
--- a/archsetup
+++ b/archsetup
@@ -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