mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
bcm2835-bootloader: fix install script, thanks to Helldesk and trevorman
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
218a4c0bcc
commit
60346ff4a4
@ -65,22 +65,6 @@ echo "#########################################################"
|
|||||||
|
|
||||||
# check for some required tools
|
# check for some required tools
|
||||||
|
|
||||||
# this is needed to create a bootloader
|
|
||||||
which syslinux > /dev/null
|
|
||||||
if [ "$?" = "1" ]; then
|
|
||||||
clear
|
|
||||||
echo "#########################################################"
|
|
||||||
echo "# #"
|
|
||||||
echo "# OpenELEC.tv missing tool - Installation will quit #"
|
|
||||||
echo "# #"
|
|
||||||
echo "# We can't find the required tool \"syslinux\" #"
|
|
||||||
echo "# on your system. #"
|
|
||||||
echo "# Please install it via your package manager. #"
|
|
||||||
echo "# #"
|
|
||||||
echo "#########################################################"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# this is needed to partion the drive
|
# this is needed to partion the drive
|
||||||
which parted > /dev/null
|
which parted > /dev/null
|
||||||
if [ "$?" = "1" ]; then
|
if [ "$?" = "1" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user