From bdcb25e309dee693bb9d29b87c397e0f7ee4b45b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 8 Aug 2023 21:57:36 -0500 Subject: install glances via pacman --- archsetup | 4 +--- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3