manually downloaded package updated
This commit is contained in:
parent
70601c9663
commit
9938c1fe3d
1 changed files with 8 additions and 8 deletions
|
@ -38,7 +38,7 @@ function installViberMenu () {
|
||||||
# Franz (headless)
|
# Franz (headless)
|
||||||
#
|
#
|
||||||
function installFranz () {
|
function installFranz () {
|
||||||
installPackageDpkg https://github.com/meetfranz/franz/releases/download/v5.0.0-beta.18/franz_5.0.0-beta.18_amd64.deb \
|
installPackageDpkg https://github.com/meetfranz/franz/releases/download/v5.1.0/franz_5.1.0_amd64.deb \
|
||||||
franz.deb \
|
franz.deb \
|
||||||
no
|
no
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,7 @@ function installFranz () {
|
||||||
# Franz (Menu)
|
# Franz (Menu)
|
||||||
#
|
#
|
||||||
function installFranzMenu () {
|
function installFranzMenu () {
|
||||||
installPackageDpkg https://github.com/meetfranz/franz/releases/download/v5.0.0-beta.18/franz_5.0.0-beta.18_amd64.deb \
|
installPackageDpkg https://github.com/meetfranz/franz/releases/download/v5.1.0/franz_5.1.0_amd64.deb \
|
||||||
franz.deb \
|
franz.deb \
|
||||||
yes
|
yes
|
||||||
}
|
}
|
||||||
|
@ -56,7 +56,7 @@ function installFranzMenu () {
|
||||||
# Slack (headless)
|
# Slack (headless)
|
||||||
#
|
#
|
||||||
function installSlack () {
|
function installSlack () {
|
||||||
installPackageDpkg https://downloads.slack-edge.com/linux_releases/slack-desktop-3.2.1-amd64.deb \
|
installPackageDpkg https://downloads.slack-edge.com/linux_releases/slack-desktop-3.4.2-amd64.deb \
|
||||||
slack.deb \
|
slack.deb \
|
||||||
no
|
no
|
||||||
}
|
}
|
||||||
|
@ -65,7 +65,7 @@ function installSlack () {
|
||||||
# Slack (Menu)
|
# Slack (Menu)
|
||||||
#
|
#
|
||||||
function installSlackMenu () {
|
function installSlackMenu () {
|
||||||
installPackageDpkg https://downloads.slack-edge.com/linux_releases/slack-desktop-3.2.1-amd64.deb \
|
installPackageDpkg https://downloads.slack-edge.com/linux_releases/slack-desktop-3.4.2-amd64.deb \
|
||||||
slack.deb \
|
slack.deb \
|
||||||
yes
|
yes
|
||||||
}
|
}
|
||||||
|
@ -167,7 +167,7 @@ function installTeamViewer13Menu () {
|
||||||
# install Compass (headless)
|
# install Compass (headless)
|
||||||
#
|
#
|
||||||
function installCompass () {
|
function installCompass () {
|
||||||
installPackageDpkg https://downloads.mongodb.com/compass/mongodb-compass_1.13.1_amd64.deb \
|
installPackageDpkg https://downloads.mongodb.com/compass/mongodb-compass_1.18.0_amd64.deb \
|
||||||
compass.deb \
|
compass.deb \
|
||||||
no
|
no
|
||||||
}
|
}
|
||||||
|
@ -176,7 +176,7 @@ function installCompass () {
|
||||||
# install Compass (Menu)
|
# install Compass (Menu)
|
||||||
#
|
#
|
||||||
function installCompassMenu () {
|
function installCompassMenu () {
|
||||||
installPackageDpkg https://downloads.mongodb.com/compass/mongodb-compass_1.13.1_amd64.deb \
|
installPackageDpkg https://downloads.mongodb.com/compass/mongodb-compass_1.18.0_amd64.deb \
|
||||||
compass.deb \
|
compass.deb \
|
||||||
yes
|
yes
|
||||||
}
|
}
|
||||||
|
@ -185,7 +185,7 @@ function installCompassMenu () {
|
||||||
# Boostnotes (headless)
|
# Boostnotes (headless)
|
||||||
#
|
#
|
||||||
function installBoostnotes () {
|
function installBoostnotes () {
|
||||||
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \
|
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.17/boostnote_0.11.17_amd64.deb \
|
||||||
boostnotes.deb \
|
boostnotes.deb \
|
||||||
no
|
no
|
||||||
}
|
}
|
||||||
|
@ -194,7 +194,7 @@ function installBoostnotes () {
|
||||||
# Boostnotes (Menu)
|
# Boostnotes (Menu)
|
||||||
#
|
#
|
||||||
function installBoostnotesMenu () {
|
function installBoostnotesMenu () {
|
||||||
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.4/boostnote_0.11.4_amd64.deb \
|
installPackageDpkg https://github.com/BoostIO/boost-releases/releases/download/v0.11.17/boostnote_0.11.17_amd64.deb \
|
||||||
boostnotes.deb \
|
boostnotes.deb \
|
||||||
yes
|
yes
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue