fedora needs patch too

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 14 years ago
parent c1bbc88f87
commit 7d331423a0

@ -100,11 +100,16 @@ if [ ! $(which dpkg) ];then
NEEDS_PACKAGE=1
fi
if [ ! $(which patch) ];then
echo "Missing patch"
NEEDS_PACKAGE=1
fi
if [ "${NEEDS_PACKAGE}" ];then
echo ""
echo "Your System is Missing some dependencies"
echo "Ubuntu/Debian: sudo apt-get install uboot-mkimage wget dosfstools parted"
echo "Fedora: as root: yum install uboot-tools wget dosfstools parted dpkg"
echo "Fedora: as root: yum install uboot-tools wget dosfstools parted dpkg patch"
echo "Gentoo: emerge u-boot-tools wget dosfstools parted dpkg"
echo ""
exit

Loading…
Cancel
Save