Skip to content
Snippets Groups Projects
Commit 453fb7c9 authored by Gabriel Olescki's avatar Gabriel Olescki
Browse files

Instalando dependencias do unity

parent 2c54a2e1
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -43,6 +43,7 @@ function unity3d { ...@@ -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 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 $ROOT dpkg -i unity-editor-5.5.0f3+20161125_amd64.deb
cd - cd -
$ROOT apt-get -f install
else else
cd /tmp cd /tmp
wget http://download.unity3d.com/download_unity/linux/unity-editor-installer-5.5.0f3+20161125.sh wget http://download.unity3d.com/download_unity/linux/unity-editor-installer-5.5.0f3+20161125.sh
...@@ -50,7 +51,6 @@ function unity3d { ...@@ -50,7 +51,6 @@ function unity3d {
source unity-editor-installer-5.5.0f3+20161125.sh source unity-editor-installer-5.5.0f3+20161125.sh
cd - cd -
fi fi
} }
function update { function update {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment