Skip to content

Commit

Permalink
Add uaac to workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Lisa Cho <[email protected]>
  • Loading branch information
selzoc authored and Lisa Cho committed Apr 4, 2018
1 parent 2e8d64a commit ffcf766
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions install-uaac.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#/bin/bash

if ! which bundle > /dev/null; then
echo "Installing uaac"
gem install cf-uaac
fi
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ source ./setup-git-duet.sh
source ./setup-ruby.sh
source ./setup-rubymine.sh
source ./install-bundler.sh
source ./install-uaac.sh

source ./setup-keyboard.sh
source ./setup-dock.sh
Expand Down

0 comments on commit ffcf766

Please sign in to comment.