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
commit7b1e9974923a456f40686aaab84c4716edec30de (patch)
tree6aa2a1076d3a301cdc9fb936bfe6496a51e51a9a
parenta52d68ace84e62aaf0a338173088d202fe784452 (diff)
downloadarchsetup-7b1e9974923a456f40686aaab84c4716edec30de.tar.gz
archsetup-7b1e9974923a456f40686aaab84c4716edec30de.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