small fix
This commit is contained in:
parent
1c5af0377e
commit
3eb6302242
3 changed files with 4 additions and 4 deletions
|
@ -380,7 +380,7 @@ function showAppInstallMenu () {
|
||||||
installAppsFromListMenu cajaplugins
|
installAppsFromListMenu cajaplugins
|
||||||
;;
|
;;
|
||||||
"nautilus")
|
"nautilus")
|
||||||
installNautilusAndPluginsMenu
|
installAppsFromList nautilus
|
||||||
;;
|
;;
|
||||||
"thunar")
|
"thunar")
|
||||||
installAppsFromListMenu thunar
|
installAppsFromListMenu thunar
|
||||||
|
|
2
vars.sh
2
vars.sh
|
@ -13,7 +13,7 @@
|
||||||
#
|
#
|
||||||
# app version number
|
# app version number
|
||||||
#
|
#
|
||||||
version="0.5.1-b9"
|
version="0.5.1-b10"
|
||||||
|
|
||||||
#
|
#
|
||||||
# myHomedir is used in full paths to the homedir
|
# myHomedir is used in full paths to the homedir
|
||||||
|
|
|
@ -80,7 +80,7 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,w,k,p" option; do
|
||||||
installAppsFromList games
|
installAppsFromList games
|
||||||
installAppsFromList steam
|
installAppsFromList steam
|
||||||
installAppsFromList internet
|
installAppsFromList internet
|
||||||
installAppsFromList java10
|
installAppsFromList java11
|
||||||
installAppsFromList utilities
|
installAppsFromList utilities
|
||||||
installAppsFromList multimedia
|
installAppsFromList multimedia
|
||||||
installAppsFromList nettools
|
installAppsFromList nettools
|
||||||
|
@ -123,7 +123,7 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,w,k,p" option; do
|
||||||
installAppsFromList games
|
installAppsFromList games
|
||||||
installAppsFromList steam
|
installAppsFromList steam
|
||||||
installAppsFromList internet
|
installAppsFromList internet
|
||||||
installAppsFromList java10
|
installAppsFromList java11
|
||||||
installAppsFromList utilities
|
installAppsFromList utilities
|
||||||
installAppsFromList multimedia
|
installAppsFromList multimedia
|
||||||
installAppsFromList nettools
|
installAppsFromList nettools
|
||||||
|
|
Loading…
Reference in a new issue