aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/build/dependencies/debian2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/dependencies/debian b/resources/scripts/helpers/build/dependencies/debian
index 56184b61..2e47371c 100755
--- a/resources/scripts/helpers/build/dependencies/debian
+++ b/resources/scripts/helpers/build/dependencies/debian
@@ -49,7 +49,7 @@ apt-get -y install pandoc texi2html texinfo texlive
apt-get -y install build-essential
# for cross-compiling ARM binaries
-apt-get -y install gcc-arm-linux-gnueabi
+apt-get -y install gcc-arm-linux-gnueabi || printf "debian stretch ftw\n"
[ "$(uname -i)" = x86_64 ] || [ "$(uname -m)" = x86_64 ]
arch=${?}