Merge pull request #1387 from lucebac/master

Fixed typo in script name when trying to boostrap for manjaro
This commit is contained in:
bmw
2015-11-06 10:20:00 -08:00
+1 -1
View File
@@ -86,7 +86,7 @@ then
echo "Bootstrapping dependencies for Archlinux..."
$SUDO $BOOTSTRAP/archlinux.sh
elif [ -f /etc/manjaro-release ] ; then
ExperimentalBootstrap "Manjaro Linux" majaro.sh "$SUDO"
ExperimentalBootstrap "Manjaro Linux" manjaro.sh "$SUDO"
elif [ -f /etc/gentoo-release ] ; then
ExperimentalBootstrap "Gentoo" _gentoo_common.sh "$SUDO"
elif uname | grep -iq FreeBSD ; then