Slack App added

This commit is contained in:
Francois B. (Makoto) 2018-06-12 09:18:24 +02:00
parent 7421bfac60
commit 4c5dabfced
4 changed files with 60 additions and 16 deletions

View file

@ -117,20 +117,20 @@ function installFranzMenu () {
} }
# #
# Boostnotes (headless) # Slack (headless)
# #
function installBoostnotes () { function installSlack () {
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \ installPackageDpkg https://downloads.slack-edge.com/linux_releases/slack-desktop-3.2.1-amd64.deb \
boostnotes.deb \ slack.deb \
no no
} }
# #
# Boostnotes (Menu) # Slack (Menu)
# #
function installBoostnotesMenu () { function installSlackMenu () {
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \ installPackageDpkg https://downloads.slack-edge.com/linux_releases/slack-desktop-3.2.1-amd64.deb \
boostnotes.deb \ slack.deb \
yes yes
} }
@ -933,6 +933,24 @@ function installTeamViewer13Menu () {
yes yes
} }
#
# Boostnotes (headless)
#
function installBoostnotes () {
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \
boostnotes.deb \
no
}
#
# Boostnotes (Menu)
#
function installBoostnotesMenu () {
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \
boostnotes.deb \
yes
}
# #
# install Compass (headless) # install Compass (headless)
# #

View file

@ -123,20 +123,20 @@ function installFranzMenu () {
} }
# #
# Boostnotes (headless) # Slack (headless)
# #
function installBoostnotes () { function installSlack () {
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \ installPackageDpkg https://downloads.slack-edge.com/linux_releases/slack-desktop-3.2.1-amd64.deb \
boostnotes.deb \ slack.deb \
no no
} }
# #
# Boostnotes (Menu) # Slack (Menu)
# #
function installBoostnotesMenu () { function installSlackMenu () {
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \ installPackageDpkg https://downloads.slack-edge.com/linux_releases/slack-desktop-3.2.1-amd64.deb \
boostnotes.deb \ slack.deb \
yes yes
} }
@ -910,6 +910,24 @@ function installCompassMenu () {
yes yes
} }
#
# Boostnotes (headless)
#
function installBoostnotes () {
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \
boostnotes.deb \
no
}
#
# Boostnotes (Menu)
#
function installBoostnotesMenu () {
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \
boostnotes.deb \
yes
}
# #
# install/enable Unboud (headless) # install/enable Unboud (headless)
# #

View file

@ -332,6 +332,7 @@ function showAppInstallMenu () {
"wine" "Wine Builds" \ "wine" "Wine Builds" \
"viber" "Viber IM desktop app" \ "viber" "Viber IM desktop app" \
"franz" "Franz, Multi IM app" \ "franz" "Franz, Multi IM app" \
"slack" "Slack App" \
"Back" "Back" 3>&1 1>&2 2>&3) "Back" "Back" 3>&1 1>&2 2>&3)
case $appsInstallMenuOptions in case $appsInstallMenuOptions in
@ -389,6 +390,9 @@ function showAppInstallMenu () {
"franz") "franz")
installFranzMenu installFranzMenu
;; ;;
"slack")
installSlackMenu
;;
"Back") "Back")
break break
;; ;;

View file

@ -331,6 +331,7 @@ function showAppInstallMenu () {
"nitrogen" "Nitrogen WP Manager" \ "nitrogen" "Nitrogen WP Manager" \
"wine" "Wine Builds" \ "wine" "Wine Builds" \
"viber" "Viber IM desktop app" \ "viber" "Viber IM desktop app" \
"slack" "Slack App" \
"Back" "Back" 3>&1 1>&2 2>&3) "Back" "Back" 3>&1 1>&2 2>&3)
case $appsInstallMenuOptions in case $appsInstallMenuOptions in
@ -388,6 +389,9 @@ function showAppInstallMenu () {
"franz") "franz")
installFranzMenu installFranzMenu
;; ;;
"slack")
installSlackMenu
;;
"Back") "Back")
break break
;; ;;