From 7249d3a0ad6623fd42d426113fc113ec7f9d6a33 Mon Sep 17 00:00:00 2001 From: Francois B Date: Wed, 14 Mar 2018 19:53:53 +0100 Subject: [PATCH] . --- core_functions.sh | 2 +- yggdrasil.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core_functions.sh b/core_functions.sh index f4a25fd..6d255af 100644 --- a/core_functions.sh +++ b/core_functions.sh @@ -320,7 +320,7 @@ function installPackage () { # # check dependency and install it if necessary # input : package manager, package name, cmd/bin to check -#FIXME: +# function checkAndInstallDep () { if ! which $3 >/dev/null; then printf "[DEP] dependency $2 not found [ ""$BOLDROUGE""!!"$NORMAL" ]\n" diff --git a/yggdrasil.sh b/yggdrasil.sh index 23103e4..d3ac6b9 100755 --- a/yggdrasil.sh +++ b/yggdrasil.sh @@ -44,7 +44,7 @@ while getopts ":h,v,f,c,t,u" option; do yggInit #installIdea #installNetTools - installOffice + #installOffice exit ;; f) # install all apps