Add Gentoo bootstrapping

Includes support for all three major package managers.
This commit is contained in:
Alexander Mankuta
2015-10-30 21:51:49 +02:00
parent c8999f86a1
commit 537fcf581c
4 changed files with 30 additions and 0 deletions
+3
View File
@@ -47,6 +47,9 @@ then
elif [ -f /etc/redhat-release ] ; then
echo "Bootstrapping dependencies for RedHat-based OSes..."
$SUDO $BOOTSTRAP/_rpm_common.sh
elif [ -f /etc/gentoo-release ] ; then
echo "Bootstrapping dependencies for Gentoo-based OSes..."
$SUDO $BOOTSTRAP/_gentoo_common.sh
elif uname | grep -iq FreeBSD ; then
echo "Bootstrapping dependencies for FreeBSD..."
$SUDO $BOOTSTRAP/freebsd.sh