.
This commit is contained in:
parent
7249d3a0ad
commit
1f4b2436a1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue