From eec24b3fd85c083f207afb882ff3de80ff046467 Mon Sep 17 00:00:00 2001 From: Francois B Date: Sun, 27 May 2018 16:32:39 +0200 Subject: [PATCH] some messages notif upd --- yggdrasil.sh | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/yggdrasil.sh b/yggdrasil.sh index f70bd7b..99c427e 100755 --- a/yggdrasil.sh +++ b/yggdrasil.sh @@ -145,62 +145,91 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,n,g,w,p,k,T" option; do exit ;; c) # install themes and icons + msg "Initializing" yggInit + msg "Updating the system" updateSystem + msg "Installing Icons/Themes" installIcons installThemes exit ;; w) # nitrogen + msg "Initializing" yggInit + msg "Updating the system" updateSystem + msg "Installing Nitrogen" installNitrogen exit ;; d) # install Unbound DNS Cache + msg "Initializing" yggInit + msg "Updating the system" updateSystem + msg "Installing Unbound" installUnbound exit ;; q) # cardreader + msg "Initializing" yggInit + msg "Updating the system" updateSystem + msg "Installing Card Readers Apps" installCardReader exit ;; s) # solaar for logitech devices + msg "Initializing" yggInit + msg "Updating the system" updateSystem + msg "Installing Solaar" installSolaar exit ;; t) # tlp (laptop or low energy usage) + msg "Initializing" yggInit + msg "Updating the system" updateSystem + msg "Installing TLP" installTLP exit ;; n) # latest nvidia driver (see menus if need older version) + msg "Initializing" yggInit + msg "Updating the system" updateSystem + msg "Installing Nvidia Latest Driver" installNvidia396 exit ;; g) # latest feee graphic drivers, mesa, ... + msg "Initializing" yggInit + msg "Updating the system" updateSystem + msg "Installing Free Graphic Drivers" installOibaf exit ;; k) + msg "Initializing" yggInit + msg "Updating the system" updateSystem + msg "Updating Kernel" kernelUpdate exit ;; u) + msg "Initializing" yggInit + msg "Updating the system" updateSystem exit ;;