Skip to content

Commit

Permalink
Fix vagrant broken after updating to Ruby 2.4
Browse files Browse the repository at this point in the history
Ruby got updated in #1588,
But there was a repo missed, so Ruby 2.4 can be installed in our Vagrant
machine.

Closes #1601

Mob-programmed by @mdeniz, @DavidKang and @Ana06.
  • Loading branch information
Ana06 authored and differentreality committed Aug 11, 2017
1 parent 6efcd04 commit bd62df1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
pushd /vagrant

echo -e "\ninstalling required software packages...\n"
zypper -q ar -f http://download.opensuse.org/repositories/devel:/languages:/ruby/openSUSE_Leap_42.2/devel:languages:ruby.repo
zypper -q --gpg-auto-import-keys --non-interactive ref
zypper -q -n install update-alternatives ruby2.4-devel make gcc gcc-c++ \
libxml2-devel libxslt-devel nodejs screen mariadb \
libmysqld-devel sqlite3-devel ImageMagick
Expand Down

0 comments on commit bd62df1

Please sign in to comment.