Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Update install-ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jun 8, 2016
1 parent 76fb477 commit 9444bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ apt-get update
apt-get install -y git build-essential unzip mercurial php5 php5-gd mcrypt php5-mcrypt php5-curl
php5enmod mcrypt
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
apt-get install -y nodejs npm
apt-get install -y nodejs npm nodejs-legacy
npm install -g bower
git clone https://github.com/kerberos-io/kios
cd kios
git checkout develop
./build.sh all
./build.sh all mkrelease
./build.sh all mkrelease

0 comments on commit 9444bf9

Please sign in to comment.