.
This commit is contained in:
parent
ae2e7e63f9
commit
4420c50dc7
1 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ function kernelUpdate () {
|
||||||
|
|
||||||
#
|
#
|
||||||
# system update
|
# system update
|
||||||
#TODO: add pip, npm, gem
|
#TODO: add pip, npm (yarn?), gem
|
||||||
#
|
#
|
||||||
function updateSystem () {
|
function updateSystem () {
|
||||||
typeset ret_code
|
typeset ret_code
|
||||||
|
@ -310,7 +310,7 @@ function installPackageDpkg () {
|
||||||
# install package from repositories
|
# install package from repositories
|
||||||
# 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?, use yarn instead of npm ?
|
||||||
#
|
#
|
||||||
function installPackage () {
|
function installPackage () {
|
||||||
typeset pkg="$2"
|
typeset pkg="$2"
|
||||||
|
|
Loading…
Reference in a new issue