From 9d4d43750f52bab15315d24ee8790b4ea6f8377a Mon Sep 17 00:00:00 2001
From: Gabriel Olescki <go15@inf.ufpr.br>
Date: Wed, 3 May 2017 11:34:56 -0300
Subject: [PATCH] Atualizando lista de pacotes

---
 install.sh   | 3 ++-
 packages.txt | 8 +++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/install.sh b/install.sh
index f0e6650..06fd2cd 100755
--- a/install.sh
+++ b/install.sh
@@ -47,7 +47,8 @@ function install {
 function fresh-install {
     update
     install
-    $(echo "$ROOT apt-get install -y $PACKAGES")
+    $(echo "$ROOT $DISTRO install -y $PACKAGES")
+    ruby
 }
 
 function list {
diff --git a/packages.txt b/packages.txt
index 9467d17..d5e40eb 100644
--- a/packages.txt
+++ b/packages.txt
@@ -1,10 +1,12 @@
+python:python3 python3-pip
 ssh:openssh-client openssh-server
 php:php php-mysql php-pgsql
 mysql:mysql-client mysql-server
 nodejs:nodejs npm
 git:git
-editors:vim gedit
-xchm:xchm
-latex:texlive-full kile
+texteditors:vim gedit
+imageeditors:inkscape gimp
+latex:kile
 curl:curl
 make:make
+jdk:default-jdk
-- 
GitLab