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

@ -101,12 +101,12 @@ if [ ! $(which wget) ];then
NEEDS_PACKAGE=1 NEEDS_PACKAGE=1
fi fi
if [ ! $(which mkfs.vfat) ];then if [ ! $(sudo which mkfs.vfat) ];then
echo "Missing mkfs.vfat" echo "Missing mkfs.vfat"
NEEDS_PACKAGE=1 NEEDS_PACKAGE=1
fi fi
if [ ! $(which parted) ];then if [ ! $(sudo which parted) ];then
echo "Missing parted" echo "Missing parted"
NEEDS_PACKAGE=1 NEEDS_PACKAGE=1
fi fi

Loading…
Cancel
Save