This commit is contained in:
Francois B 2018-03-14 19:55:39 +01:00
parent 7249d3a0ad
commit 1f4b2436a1

View file

@ -102,6 +102,7 @@ function isMate () {
# #
# check and install required dependencies for Yggdrasil # check and install required dependencies for Yggdrasil
# TODO: update npm before update/install pkg
# #
function yggInit () { function yggInit () {
if ! which gem >/dev/null; then if ! which gem >/dev/null; then
@ -264,7 +265,6 @@ function installPackageDpkg () {
# input : package manager, package name # input : package manager, package name
# package manager available : apt, pip, npm, gem, snap # package manager available : apt, pip, npm, gem, snap
# TODO: add apm, flatpak, umake? # TODO: add apm, flatpak, umake?
# TODO: update npm before update/install pkg
# #
function installPackage () { function installPackage () {
typeset pkg="$2" typeset pkg="$2"