diff options
Diffstat (limited to 'archsetup')
| -rwxr-xr-x | archsetup | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |
