rconf 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -151,7 +151,7 @@ module RightConf
|
|
151
151
|
if ruby =~ /^ree-|^ruby-/
|
152
152
|
packages = %w(build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev)
|
153
153
|
end # TBD Define packages needed for other rubies
|
154
|
-
Command.execute('sudo', '
|
154
|
+
Command.execute('sudo', 'apt-get', 'install', '-y', *packages)
|
155
155
|
report_success
|
156
156
|
end
|
157
157
|
|
data/lib/rconf/version.rb
CHANGED