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