bin/appbundle-updater in appbundle-updater-0.2.9 vs bin/appbundle-updater in appbundle-updater-0.2.10
- old
+ new
@@ -63,9 +63,10 @@
def install_package_dependencies
banner("Installing Packages")
case `ohai platform_family`
when /debian/
ENV["DEBIAN_FRONTEND"] = "noninteractive"
+ run("apt-get -y update")
run("apt-get -q -y install build-essential git")
when /fedora/, /rhel/
run("yum -y install gcc make git")
else
puts "i do not know how to install compilers and git on this platform..."