From 886ede7cff1cb20b9e17d842bcc02b598f1bb2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20M=C3=A4gi?= Date: Tue, 23 Feb 2021 15:53:33 +0200 Subject: [PATCH] Remove check for overlay tarball --- 00-deps.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/00-deps.sh b/00-deps.sh index 6ecd89d..3833c24 100644 --- a/00-deps.sh +++ b/00-deps.sh @@ -3,10 +3,6 @@ set -e set -x #Dependency stage -if [ ! -f overlay.tar ]; then - echo "ERROR: overlay.tar does not exist, terminating" - exit 1 -fi curl -JLO https://github.com/buildroot/buildroot/archive/2020.02.10.tar.gz tar xf buildroot-2020.02.10.tar.gz mkdir buildroot-2020.02.10/butterknife/