From 651048a8cf5668dd30b6ce008a6076c996e3ca69 Mon Sep 17 00:00:00 2001 From: Francois B Date: Thu, 28 Dec 2017 10:02:26 +0100 Subject: [PATCH] . --- yggdrasil.sh | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/yggdrasil.sh b/yggdrasil.sh index 964b25b..caf04ef 100755 --- a/yggdrasil.sh +++ b/yggdrasil.sh @@ -746,6 +746,7 @@ function addRepo () { # install package from repositories # input : package manager, package name # package manager available : apt, pip, npm, gem +# TODO: add apm, snap, flatpak, umake # function installPackage () { typeset pkg="$*" @@ -1832,33 +1833,6 @@ function installAtom () { function installAtomMenu () { msg "Installing Atom and extensions" installAppsFromListMenu atom - - # runCmd "sudo apt-get install -y atom"; smsgn "Installing atom" - - # if which apm >/dev/null; then - # msg "Apm installing Atom extensions" - # runCmd "apm install sync-settings"; smsgn "APM Installing sync-settings" - # fi - - # if which pip3 >/dev/null; then - # msg "PIP installing : SQLParse" - # sudo -H pip3 install --upgrade sqlparse - - # msg "PIP installing : flake8" - # sudo -H pip3 install --upgrade flake8 - - # msg "PIP installing : autopep8" - # sudo -H pip3 install --upgrade autopep8 - # else - # installPython - # fi - - # if which gem >/dev/null; then - # msg "Gem installing : htmlbeautifier" - # sudo gem install htmlbeautifier - # else - # installRuby - # fi } #