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