summaryrefslogtreecommitdiff
path: root/archsetup
diff options
context:
space:
mode:
Diffstat (limited to 'archsetup')
-rwxr-xr-xarchsetup4
1 files changed, 1 insertions, 3 deletions
diff --git a/archsetup b/archsetup
index c0e70cb..b727406 100755
--- a/archsetup
+++ b/archsetup
@@ -528,7 +528,7 @@ desktop_environment() {
# Command Line Utilities
action="Command Line Utilities" && display "subtitle" "$action"
- for software in htop mc ncdu tmux fzf zip unzip atool wget detox \
+ for software in htop mc glances ncdu tmux fzf zip unzip atool wget detox \
lsof usbutils moreutils; do
pacman_install "$software"
done;
@@ -537,8 +537,6 @@ desktop_environment() {
aur_install "$software"
done;
- pip_install glances
-
# Help And Documentation
action="Help and Documentation" && display "subtitle" "$action"