lib/whipped-cream/deployer.rb in whipped-cream-0.1.1 vs lib/whipped-cream/deployer.rb in whipped-cream-0.2.0.beta1
- old
+ new
@@ -53,9 +53,15 @@
dpkg --status ruby1.9.3 > /dev/null ||
(time sudo apt-get update &&
time sudo apt-get install ruby1.9.3 -y)
fi
+ dpkg --status avahi-daemon > /dev/null ||
+ (time sudo apt-get update &&
+ time sudo apt-get install avahi-daemon &&
+ time sudo apt-get install libavahi-compat-libdnssd-dev &&
+ time sudo insserv avahi-daemon)
+
which whipped-cream ||
time sudo gem install whipped-cream --no-ri --no-rdoc --pre
mkdir -p ~/whipped-cream/
SCRIPT