Support for Manjaro Linux

This commit is contained in:
Damian Duesentrieb
2015-10-25 22:27:11 +01:00
parent 703254b95c
commit 49b6f37e77
4 changed files with 24 additions and 15 deletions
+3
View File
@@ -41,6 +41,9 @@ then
elif [ -f /etc/arch-release ] ; then
echo "Bootstrapping dependencies for Archlinux..."
$SUDO $BOOTSTRAP/archlinux.sh
elif [ -f /etc/manjaro-release ] ; then
echo "Bootstrapping dependencies for Manjaro Linux..."
$SUDO $BOOTSTRAP/manjaro.sh
elif [ -f /etc/redhat-release ] ; then
echo "Bootstrapping dependencies for RedHat-based OSes..."
$SUDO $BOOTSTRAP/_rpm_common.sh