Slack App added
This commit is contained in:
parent
7421bfac60
commit
4c5dabfced
4 changed files with 60 additions and 16 deletions
|
@ -117,20 +117,20 @@ function installFranzMenu () {
|
|||
}
|
||||
|
||||
#
|
||||
# Boostnotes (headless)
|
||||
# Slack (headless)
|
||||
#
|
||||
function installBoostnotes () {
|
||||
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \
|
||||
boostnotes.deb \
|
||||
function installSlack () {
|
||||
installPackageDpkg https://downloads.slack-edge.com/linux_releases/slack-desktop-3.2.1-amd64.deb \
|
||||
slack.deb \
|
||||
no
|
||||
}
|
||||
|
||||
#
|
||||
# Boostnotes (Menu)
|
||||
# Slack (Menu)
|
||||
#
|
||||
function installBoostnotesMenu () {
|
||||
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \
|
||||
boostnotes.deb \
|
||||
function installSlackMenu () {
|
||||
installPackageDpkg https://downloads.slack-edge.com/linux_releases/slack-desktop-3.2.1-amd64.deb \
|
||||
slack.deb \
|
||||
yes
|
||||
}
|
||||
|
||||
|
@ -933,6 +933,24 @@ function installTeamViewer13Menu () {
|
|||
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)
|
||||
#
|
||||
|
|
|
@ -123,20 +123,20 @@ function installFranzMenu () {
|
|||
}
|
||||
|
||||
#
|
||||
# Boostnotes (headless)
|
||||
# Slack (headless)
|
||||
#
|
||||
function installBoostnotes () {
|
||||
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \
|
||||
boostnotes.deb \
|
||||
function installSlack () {
|
||||
installPackageDpkg https://downloads.slack-edge.com/linux_releases/slack-desktop-3.2.1-amd64.deb \
|
||||
slack.deb \
|
||||
no
|
||||
}
|
||||
|
||||
#
|
||||
# Boostnotes (Menu)
|
||||
# Slack (Menu)
|
||||
#
|
||||
function installBoostnotesMenu () {
|
||||
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \
|
||||
boostnotes.deb \
|
||||
function installSlackMenu () {
|
||||
installPackageDpkg https://downloads.slack-edge.com/linux_releases/slack-desktop-3.2.1-amd64.deb \
|
||||
slack.deb \
|
||||
yes
|
||||
}
|
||||
|
||||
|
@ -910,6 +910,24 @@ function installCompassMenu () {
|
|||
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)
|
||||
#
|
||||
|
|
|
@ -332,6 +332,7 @@ function showAppInstallMenu () {
|
|||
"wine" "Wine Builds" \
|
||||
"viber" "Viber IM desktop app" \
|
||||
"franz" "Franz, Multi IM app" \
|
||||
"slack" "Slack App" \
|
||||
"Back" "Back" 3>&1 1>&2 2>&3)
|
||||
|
||||
case $appsInstallMenuOptions in
|
||||
|
@ -389,6 +390,9 @@ function showAppInstallMenu () {
|
|||
"franz")
|
||||
installFranzMenu
|
||||
;;
|
||||
"slack")
|
||||
installSlackMenu
|
||||
;;
|
||||
"Back")
|
||||
break
|
||||
;;
|
||||
|
|
|
@ -331,6 +331,7 @@ function showAppInstallMenu () {
|
|||
"nitrogen" "Nitrogen WP Manager" \
|
||||
"wine" "Wine Builds" \
|
||||
"viber" "Viber IM desktop app" \
|
||||
"slack" "Slack App" \
|
||||
"Back" "Back" 3>&1 1>&2 2>&3)
|
||||
|
||||
case $appsInstallMenuOptions in
|
||||
|
@ -388,6 +389,9 @@ function showAppInstallMenu () {
|
|||
"franz")
|
||||
installFranzMenu
|
||||
;;
|
||||
"slack")
|
||||
installSlackMenu
|
||||
;;
|
||||
"Back")
|
||||
break
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue