Update manyfold-install.sh

This commit is contained in:
Bas van den Berg 2025-03-23 20:45:26 +01:00 committed by GitHub
parent f62c986922
commit 36ea5e14a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,8 +76,9 @@ RUBY_VERSION=$(cat .ruby-version)
YARN_VERSION=$(grep '"packageManager":' package.json | sed -E 's/.*"(yarn@[0-9\.]+)".*/\1/')
$STD gem install bundler
$STD rbenv install $RUBY_VERSION
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
source ~/.bashrc
$STD rbenv global $RUBY_VERSION
$STD bundle install
$STD gem install sidekiq