Fix up importing assets

This commit is contained in:
Youngkyun
2017-10-22 15:30:44 +09:00
parent 08711ca80d
commit 3312f36cb8
48 changed files with 186 additions and 2608 deletions

View File

@@ -22,8 +22,12 @@ case "$(uname -s)" in
if [ $? -ne 0 ]; then
echo 'Install rbenv'
brew install rbenv
brew install ruby-build
echo 'export RBENV_ROOT=/usr/local/var/rbenv' >> ~/.bash_profile
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
source ~/.bashrc
fi
rbenv install 2.3.3 && rbenv rehash
rbenv install 2.3.3
rbenv local 2.3.3
install
setup
@@ -47,7 +51,7 @@ case "$(uname -s)" in
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
exec $SHELL
fi
rbenv install 2.3.3 && rbenv rehash
rbenv install 2.3.3
rbenv local 2.3.3
install
setup