minor change

This commit is contained in:
Francois B 2018-03-25 13:22:53 +02:00
parent 39fab2feb0
commit 85342c2036

View file

@ -86,9 +86,6 @@ while getopts ":h,v,f,c,t,u,a,d,k,s,t,n" option; do
installNetTools installNetTools
installOffice installOffice
installWine installWine
installViber
installFranz
installTeamViewer13
installCajaPlugins installCajaPlugins
installNautilusAndPlugins installNautilusAndPlugins
installGimpPlugins installGimpPlugins
@ -103,6 +100,10 @@ while getopts ":h,v,f,c,t,u,a,d,k,s,t,n" option; do
addScreenfetchBashrc addScreenfetchBashrc
enableHistoryTS enableHistoryTS
installUnattendedUpgrades installUnattendedUpgrades
msg "Installing external apps"
installViber
installFranz
installTeamViewer13
exit exit
;; ;;
f) # full install f) # full install
@ -131,9 +132,6 @@ while getopts ":h,v,f,c,t,u,a,d,k,s,t,n" option; do
installNetTools installNetTools
installOffice installOffice
installWine installWine
installViber
installFranz
installTeamViewer13
installCajaPlugins installCajaPlugins
installNautilusAndPlugins installNautilusAndPlugins
installGimpPlugins installGimpPlugins
@ -151,6 +149,10 @@ while getopts ":h,v,f,c,t,u,a,d,k,s,t,n" option; do
msg "Installing additional themes/icons" msg "Installing additional themes/icons"
installIcons installIcons
installThemes installThemes
msg "Installing external apps"
installViber
installFranz
installTeamViewer13
exit exit
;; ;;
c) # install themes and icons c) # install themes and icons