summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarchsetup4
1 files changed, 2 insertions, 2 deletions
diff --git a/archsetup b/archsetup
index 5479c39..febd7c4 100755
--- a/archsetup
+++ b/archsetup
@@ -529,11 +529,11 @@ desktop_environment() {
action="Command Line Utilities" && display "subtitle" "$action"
for software in htop mc ncdu tmux fzf zip unzip atool wget detox \
- lsof usbutils speedtest-go moreutils; do
+ lsof usbutils moreutils; do
pacman_install "$software"
done;
- for software in lf-git task-spooler rar; do
+ for software in lf-git task-spooler speedtest-go rar; do
aur_install "$software"
done;