This commit is contained in:
Zoey Mae 2019-02-01 13:05:58 -05:00
parent 0d4562d6b8
commit eae0ca4e87

View file

@ -52,7 +52,7 @@ function installRuby {
# add rubyenv to bashrc
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> $HOME/.bashrc
echo 'eval "$(rbenv init -)"' >> /.bashrc
echo 'eval "$(rbenv init -)"' >> $HOME/.bashrc
# apply env
export PATH="$HOME/.rbenv/bin:$PATH"
@ -75,7 +75,7 @@ function installMastodon {
cd $MASTO_PATH
# update gem
printf 'y\n' | gem update --system
printf 'y\n' | gem update --system --no-document
# install ruby and nodejs deps
gem install bundler