From 1f4b2436a11b4feaed333427755cb40507e7749e Mon Sep 17 00:00:00 2001 From: Francois B Date: Wed, 14 Mar 2018 19:55:39 +0100 Subject: [PATCH] . --- core_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_functions.sh b/core_functions.sh index 6d255af..339dea6 100644 --- a/core_functions.sh +++ b/core_functions.sh @@ -102,6 +102,7 @@ function isMate () { # # check and install required dependencies for Yggdrasil +# TODO: update npm before update/install pkg # function yggInit () { if ! which gem >/dev/null; then @@ -264,7 +265,6 @@ function installPackageDpkg () { # input : package manager, package name # package manager available : apt, pip, npm, gem, snap # TODO: add apm, flatpak, umake? -# TODO: update npm before update/install pkg # function installPackage () { typeset pkg="$2"