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.
1 parent 42d042e commit 7cb1f29Copy full SHA for 7cb1f29
bootstrap.sh
@@ -18,7 +18,7 @@ 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
21
-install 'development tools' build-essential
+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
0 commit comments