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
;;
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
;;