Boostnotes added to cli opt
This commit is contained in:
parent
89c01a326c
commit
0fdc714f5c
3 changed files with 38 additions and 0 deletions
|
@ -116,6 +116,24 @@ function installFranzMenu () {
|
|||
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 Misc Utilities Apps (headless)
|
||||
#
|
||||
|
|
|
@ -122,6 +122,24 @@ function installFranzMenu () {
|
|||
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
|
||||
}
|
||||
|
||||
#
|
||||
# XnViewMP (headless)
|
||||
#
|
||||
|
|
|
@ -101,6 +101,7 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,n,w,p,k" option; do
|
|||
msg "Installing external apps"
|
||||
installViber
|
||||
installFranz
|
||||
installBoostnotes
|
||||
installTeamViewer13
|
||||
installXnViewMP
|
||||
;;
|
||||
|
@ -148,6 +149,7 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,n,w,p,k" option; do
|
|||
msg "Installing external apps"
|
||||
installViber
|
||||
installFranz
|
||||
installBoostnotes
|
||||
installTeamViewer13
|
||||
installXnViewMP
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue