depCheck fct removed as it will be checked within deb pkg
This commit is contained in:
parent
cfe6d89cd6
commit
ab75d71abf
1 changed files with 0 additions and 12 deletions
|
@ -257,7 +257,6 @@ function installAppFromArchive () {
|
||||||
# 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
|
# TODO: update npm before update/install pkg
|
||||||
# FIXME: use pkg instead of $*
|
|
||||||
#
|
#
|
||||||
function installPackage () {
|
function installPackage () {
|
||||||
typeset pkg="$*"
|
typeset pkg="$*"
|
||||||
|
@ -360,17 +359,6 @@ function checkAndInstallDep () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
|
||||||
# dependencies used in the script checked and installed if necessary
|
|
||||||
#
|
|
||||||
function depCheck () {
|
|
||||||
printf "$BOLDJAUNE""Script dependencies checking\n\n""$NORMAL"
|
|
||||||
checkAndInstallDep apt mpg123
|
|
||||||
checkAndInstallDep apt libnotify-bin
|
|
||||||
checkAndInstallDep apt lsb-release
|
|
||||||
checkAndInstallDep apt cifs-utils
|
|
||||||
}
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# install required ppa and settings
|
# install required ppa and settings
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue