Viber added

This commit is contained in:
Francois B 2018-03-21 08:14:10 +01:00
parent 7acfc2a64c
commit 1153ead0da
2 changed files with 21 additions and 5 deletions

View file

@ -108,14 +108,25 @@ function installInternetMenu () {
installAppsFromListMenu internet
}
#TODO:
function installInternetExt () {
msg "Installing Internet apps and tools"
msg "Téléchargement de Viber"
#
# Viber (headless)
#
function installViber () {
installPackageDpkg http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb \
viber.deb
}
#
# Viber (Menu)
#
function installViberMenu () {
msg "Install Viber"
installPackageDpkg http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb \
viber.deb
}
#TODO:
function installInternetExt () {
#TODO: archive no dir
msg "Téléchargement de Franz"
mkdir -p Franz
@ -1388,6 +1399,7 @@ function showAppInstallMenu () {
"pidgin" "Pidgin plugins" \
"nitrogen" "Nitrogen WP Manager" \
"wine" "Wine Builds" \
"viber" "Viber IM desktop app" \
"Back" "Back" 3>&1 1>&2 2>&3)
case $appsInstallMenuOptions in
@ -1436,6 +1448,9 @@ function showAppInstallMenu () {
"wine")
installWineMenu
;;
"viber")
installViberMenu
;;
"Back")
break
;;

View file

@ -67,6 +67,7 @@ while getopts ":h,v,f,c,t,u" option; do
installPidginPlugins
installRhythmBoxPlugins
installWine
installViber
exit
;;
c) # install themes and icons