Skip to content

Commit

Permalink
Revert "add workaround for debian-pi#80"
Browse files Browse the repository at this point in the history
This reverts commit 8aea16fb3437ce48206b370857d798032c8bc3c2.
  • Loading branch information
bbinet committed May 20, 2015
1 parent 907031b commit b393cb6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mastercontroller-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b393cb6

Please sign in to comment.