From 453fb7c9d9ab07b32401a265b0453f7ea462b6e7 Mon Sep 17 00:00:00 2001
From: Gabriel Olescki <go15@inf.ufpr.br>
Date: Mon, 15 May 2017 09:26:57 -0300
Subject: [PATCH] Instalando dependencias do unity

---
 install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index b14268d..e5e933c 100755
--- a/install.sh
+++ b/install.sh
@@ -43,6 +43,7 @@ function unity3d {
     curl -o unity-editor-5.5.0f3+20161125_amd64.deb http://download.unity3d.com/download_unity/linux/unity-editor-5.5.0f3+20161125_amd64.deb
     $ROOT dpkg -i unity-editor-5.5.0f3+20161125_amd64.deb
     cd -
+    $ROOT apt-get -f install
   else
     cd /tmp
     wget http://download.unity3d.com/download_unity/linux/unity-editor-installer-5.5.0f3+20161125.sh
@@ -50,7 +51,6 @@ function unity3d {
     source unity-editor-installer-5.5.0f3+20161125.sh
     cd -
   fi
-
 }
 
 function update {
-- 
GitLab