From b393cb6b9fa651da463e04d1b5d83048e56e258d Mon Sep 17 00:00:00 2001 From: Bruno Binet Date: Wed, 20 May 2015 14:53:27 +0200 Subject: [PATCH] Revert "add workaround for https://github.com/debian-pi/raspbian-ua-netinst/issues/80" This reverts commit 8aea16fb3437ce48206b370857d798032c8bc3c2. --- mastercontroller-build.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mastercontroller-build.sh b/mastercontroller-build.sh index 70289186..b2803039 100755 --- a/mastercontroller-build.sh +++ b/mastercontroller-build.sh @@ -13,14 +13,6 @@ if [ "$1" == "--update" ] then ./update.sh fi - -# This is a workaround for https://github.com/debian-pi/raspbian-ua-netinst/issues/80. -if [ ! -f "packages/busybox-static_1.22.0-7_armhf.deb" ] -then - rm -f packages/busybox-static* - curl -o packages/busybox-static_1.22.0-7_armhf.deb https://archive.raspbian.org/raspbian/pool/main/b/busybox/busybox-static_1.20.0-7_armhf.deb -fi - ./build.sh # copy master controller custom configuration