Started updates for the Pi3 build script.
This commit is contained in:
parent
1357d2ef04
commit
46113cc659
@ -112,12 +112,12 @@ fi
|
|||||||
|
|
||||||
# make sure the needed tools are installed
|
# make sure the needed tools are installed
|
||||||
if [[ "$(uname -m)" == "x86_64" ]]; then
|
if [[ "$(uname -m)" == "x86_64" ]]; then
|
||||||
if ! pacman -Q qemu-user-static &> /dev/null ; then
|
if ! pacman -Q qemu-user-static &> /dev/null ; then
|
||||||
echo "Please install qemu-user-static and binfmt-qemu-static before continuing."
|
echo "Please install qemu-user-static and qemu-user-static-binfmt before continuing."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if ! pacman -Q binfmt-qemu-static &> /dev/null ; then
|
if ! pacman -Q qemu-user-static-binfmt &> /dev/null ; then
|
||||||
echo "Please install qemu-user-static and binfmt-qemu-static before continuing."
|
echo "Please install qemu-user-static and qemu-user-static-binfmt before continuing."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user