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
commit85cfe35efd105f047a6dad4d7fba7987d4bc8315 (patch)
tree59076c7f80848ace9cb5906d20c034cd451cde4f
parent9de74d5ac81f50221e3aa5e46a5c122fe65d2873 (diff)
downloadarchsetup-85cfe35efd105f047a6dad4d7fba7987d4bc8315.tar.gz
archsetup-85cfe35efd105f047a6dad4d7fba7987d4bc8315.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