aboutsummaryrefslogtreecommitdiff
path: root/install-prerequisites.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install-prerequisites.sh')
-rwxr-xr-xinstall-prerequisites.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/install-prerequisites.sh b/install-prerequisites.sh
index 2f23b6b..c312700 100755
--- a/install-prerequisites.sh
+++ b/install-prerequisites.sh
@@ -2,9 +2,6 @@
set -e
-sudo dpkg --add-architecture armhf
sudo apt-get update -qq
-sudo apt-get install -qqy build-essential
type -p git || sudo apt-get install -y git
type -p pkg-config || sudo apt-get install -y pkg-config
-type -p arm-linux-gnueabihf-gcc || sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev-armhf-cross