examples/packages/build_essential.rb in sprinkle-0.5.0.rc1 vs examples/packages/build_essential.rb in sprinkle-0.5.0
- old
+ new
@@ -1,8 +1,9 @@
## Special package, anything that defines a 'source' package means build-essential should be installed for Ubuntu
package :build_essential do
description 'Build tools'
+
apt 'build-essential' do
# Update the sources and upgrade the lists before we build essentials
pre :install, ['aptitude update', 'aptitude safe-upgrade', 'aptitude full-upgrade']
end
end
\ No newline at end of file