From 02e40d6348424d8042531a40323e056367c1ea97 Mon Sep 17 00:00:00 2001 From: jdh8d <jdh8d@git.zephyr-software.com> Date: Thu, 25 Feb 2016 19:50:51 +0000 Subject: [PATCH] --- get-peasoup-packages.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/get-peasoup-packages.sh b/get-peasoup-packages.sh index bc602dc07..499700f82 100755 --- a/get-peasoup-packages.sh +++ b/get-peasoup-packages.sh @@ -1,5 +1,11 @@ #!/bin/bash +# +# in case your OS doesn't support i386 packages. +# +#dpkg --add-architecture i386 +#sudo apt-get update + # Needed to build PEASOUP components BASE_PKGS=" scons -- GitLab