minor change
This commit is contained in:
parent
39fab2feb0
commit
85342c2036
1 changed files with 8 additions and 6 deletions
14
yggdrasil.sh
14
yggdrasil.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue