From 9576d58a51f33afa4153eed533f12619f870716c Mon Sep 17 00:00:00 2001 From: "Francois B. (Makoto)" Date: Mon, 9 Jul 2018 09:09:36 +0200 Subject: [PATCH] . --- core_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_functions.sh b/core_functions.sh index 1eafea0..e5e4b0d 100644 --- a/core_functions.sh +++ b/core_functions.sh @@ -366,7 +366,7 @@ function installPackageDpkg () { # install package from repositories # input : package manager, package name # package manager available : apt, pip, npm, gem, snap -# TODO: add apm, flatpak, umake?, use yarn instead of npm ? +# TODO: add apm, code, flatpak, umake?, use yarn instead of npm ? # function installPackage () { typeset pkg="$2"