Skip to content

Commit

Permalink
Add missing curl package
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Apr 28, 2019
1 parent fea4faf commit df92dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cairis/bin/installUI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

export UI_REPO=/tmp/cairis-ui
rm -rf $UI_REPO
apt-get install curl
curl -sL https://deb.nodesource.com/setup_10.x | bash - && apt-get install -y nodejs
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
Expand Down

0 comments on commit df92dd2

Please sign in to comment.