Move mageia bootstrap script

This commit is contained in:
Brad Warren
2016-06-07 16:25:08 -07:00
parent 079e6ee139
commit 8aa1d85991
@@ -0,0 +1,24 @@
#!/bin/sh
# Tested on mageia 5 x86_64
if ! urpmi --force \
python \
libpython-devel \
python-virtualenv
then
echo "Could not install Python dependencies. Aborting bootstrap!"
exit 1
fi
if ! urpmi --force \
git \
gcc \
cdialog \
python-augeas \
libopenssl-devel \
libffi-devel \
rootcerts
then
echo "Could not install additional dependencies. Aborting bootstrap!"
exit 1
fi