Add bootstrap for openSUSE

This commit is contained in:
Ondřej Súkup
2015-11-07 11:15:45 +01:00
parent fc8af6b341
commit a832070a12
4 changed files with 21 additions and 0 deletions
+3
View File
@@ -82,6 +82,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