From 0fdc714f5c4d16892e13a5035c07e4480c7459cc Mon Sep 17 00:00:00 2001 From: "Francois B. (Makoto)" Date: Tue, 12 Jun 2018 08:58:12 +0200 Subject: [PATCH] Boostnotes added to cli opt --- install_functions_ub1604.sh | 18 ++++++++++++++++++ install_functions_ub1804.sh | 18 ++++++++++++++++++ yggdrasil.sh | 2 ++ 3 files changed, 38 insertions(+) diff --git a/install_functions_ub1604.sh b/install_functions_ub1604.sh index 232252e..33ceef8 100644 --- a/install_functions_ub1604.sh +++ b/install_functions_ub1604.sh @@ -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) # diff --git a/install_functions_ub1804.sh b/install_functions_ub1804.sh index 452731e..e63d7dd 100644 --- a/install_functions_ub1804.sh +++ b/install_functions_ub1804.sh @@ -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) # diff --git a/yggdrasil.sh b/yggdrasil.sh index b32a634..1552aff 100755 --- a/yggdrasil.sh +++ b/yggdrasil.sh @@ -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 ;;