rconf 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -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