From ab75d71abfed644a6b34223844dbe0ad9d51acf2 Mon Sep 17 00:00:00 2001 From: shakasan Date: Wed, 3 Jan 2018 23:22:48 +0100 Subject: [PATCH] depCheck fct removed as it will be checked within deb pkg --- core_functions.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/core_functions.sh b/core_functions.sh index fa7d789..6546efa 100644 --- a/core_functions.sh +++ b/core_functions.sh @@ -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 #