Merge pull request #1386 from mimi1vx/suse

Add bootstrap for openSUSE based OS...
This commit is contained in:
Peter Eckersley
2015-11-12 10:46:54 -08:00
4 changed files with 21 additions and 0 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