some messages notif upd

This commit is contained in:
Francois B 2018-05-27 16:32:39 +02:00
parent 306c662209
commit eec24b3fd8

View file

@ -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 exit
;; ;;
c) # install themes and icons c) # install themes and icons
msg "Initializing"
yggInit yggInit
msg "Updating the system"
updateSystem updateSystem
msg "Installing Icons/Themes"
installIcons installIcons
installThemes installThemes
exit exit
;; ;;
w) # nitrogen w) # nitrogen
msg "Initializing"
yggInit yggInit
msg "Updating the system"
updateSystem updateSystem
msg "Installing Nitrogen"
installNitrogen installNitrogen
exit exit
;; ;;
d) # install Unbound DNS Cache d) # install Unbound DNS Cache
msg "Initializing"
yggInit yggInit
msg "Updating the system"
updateSystem updateSystem
msg "Installing Unbound"
installUnbound installUnbound
exit exit
;; ;;
q) # cardreader q) # cardreader
msg "Initializing"
yggInit yggInit
msg "Updating the system"
updateSystem updateSystem
msg "Installing Card Readers Apps"
installCardReader installCardReader
exit exit
;; ;;
s) # solaar for logitech devices s) # solaar for logitech devices
msg "Initializing"
yggInit yggInit
msg "Updating the system"
updateSystem updateSystem
msg "Installing Solaar"
installSolaar installSolaar
exit exit
;; ;;
t) # tlp (laptop or low energy usage) t) # tlp (laptop or low energy usage)
msg "Initializing"
yggInit yggInit
msg "Updating the system"
updateSystem updateSystem
msg "Installing TLP"
installTLP installTLP
exit exit
;; ;;
n) # latest nvidia driver (see menus if need older version) n) # latest nvidia driver (see menus if need older version)
msg "Initializing"
yggInit yggInit
msg "Updating the system"
updateSystem updateSystem
msg "Installing Nvidia Latest Driver"
installNvidia396 installNvidia396
exit exit
;; ;;
g) # latest feee graphic drivers, mesa, ... g) # latest feee graphic drivers, mesa, ...
msg "Initializing"
yggInit yggInit
msg "Updating the system"
updateSystem updateSystem
msg "Installing Free Graphic Drivers"
installOibaf installOibaf
exit exit
;; ;;
k) k)
msg "Initializing"
yggInit yggInit
msg "Updating the system"
updateSystem updateSystem
msg "Updating Kernel"
kernelUpdate kernelUpdate
exit exit
;; ;;
u) u)
msg "Initializing"
yggInit yggInit
msg "Updating the system"
updateSystem updateSystem
exit exit
;; ;;