depCheck fct removed as it will be checked within deb pkg

This commit is contained in:
shakasan 2018-01-03 23:22:48 +01:00
parent cfe6d89cd6
commit ab75d71abf

View file

@ -257,7 +257,6 @@ function installAppFromArchive () {
# package manager available : apt, pip, npm, gem, snap
# TODO: add apm, flatpak, umake?
# TODO: update npm before update/install pkg
# FIXME: use pkg instead of $*
#
function installPackage () {
typeset pkg="$*"
@ -360,17 +359,6 @@ function checkAndInstallDep () {
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
#