Merge remote-tracking branch 'origin/master' into amazonlinux

This commit is contained in:
Peter Eckersley
2015-11-12 14:57:19 -08:00
18 changed files with 149 additions and 107 deletions
+3
View File
@@ -110,6 +110,9 @@ then
elif [ -f /etc/redhat-release ] ; then
echo "Bootstrapping dependencies for RedHat-based OSes..."
$SUDO $BOOTSTRAP/_rpm_common.sh
elif `grep -q openSUSE /etc/os-release` ; then
echo "Bootstrapping dependencies for openSUSE-based OSes..."
$SUDO $BOOTSTRAP/_suse_common.sh
elif [ -f /etc/arch-release ] ; then
echo "Bootstrapping dependencies for Archlinux..."
$SUDO $BOOTSTRAP/archlinux.sh