Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
r3d9411 committed Jan 5, 2017
1 parent b2ee791 commit 700b40e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Install-Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ sudo apt-get update

sudo apt-get install g++ git haxe neko-dev -y

if [ ! -f ~/.haxelib ]; then
echo ~/.haxelib-repo > ~/.haxelib
fi

if [ $DESKTOP_SESSION = "ubuntu" ] || \
[ $DESKTOP_SESSION = "mate" ] || \
[ $DESKTOP_SESSION = "gnome" ] || \
Expand Down

0 comments on commit 700b40e

Please sign in to comment.