We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cb1f29 + aaa13fd commit 0b4421aCopy full SHA for 0b4421a
bootstrap.sh
@@ -15,15 +15,11 @@ swapon /swapfile
15
echo '/swapfile none swap defaults 0 0' >> /etc/fstab
16
17
echo updating package information
18
-apt-add-repository -y ppa:brightbox/ruby-ng >/dev/null 2>&1
19
apt-get -y update >/dev/null 2>&1
20
+install Ruby ruby-full
21
install 'development tools' build-essential autoconf libtool
22
23
-install Ruby ruby2.5 ruby2.5-dev
24
-update-alternatives --set ruby /usr/bin/ruby2.5 >/dev/null 2>&1
25
-update-alternatives --set gem /usr/bin/gem2.5 >/dev/null 2>&1
26
-
27
# echo installing current RubyGems
28
gem update --system -N >/dev/null 2>&1
29
0 commit comments