From d1862938b55938e136d68e8f90531a07b85b767b Mon Sep 17 00:00:00 2001
From: Vytor Calixto <vytorcalixto@gmail.com>
Date: Fri, 15 Apr 2016 11:50:47 -0300
Subject: [PATCH] =?UTF-8?q?Script=20verifica=20se=20usu=C3=A1rio=20=C3=A9?=
 =?UTF-8?q?=20root=20ao=20atualizar?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Ficou faltando isso no Ășltimo commit
---
 debian-based/install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian-based/install.sh b/debian-based/install.sh
index 1c2a845..5f72d54 100755
--- a/debian-based/install.sh
+++ b/debian-based/install.sh
@@ -21,8 +21,8 @@ function ruby {
 }
 
 function update {
-    sudo apt-get update
-    sudo apt-get upgrade -y
+    $(echo "$ROOT apt-get update")
+    $(echo "$ROOT apt-get upgrade -y")
 }
 
 #Instala todos os pacotes no arquivo packages
-- 
GitLab