X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=6362ca67de756831f00b21cf52efa12ef89e7639;hb=6255a47c3fe71a602fa7b8b8ec2ffb48d5c44172;hp=f9df9bc8815a9f5f9382d74853f8fedd7bdd9c83;hpb=56fb42c17d0f2db13c37ebf1d23f86906f71f349;p=bootmanager.git diff --git a/build.sh b/build.sh index f9df9bc..6362ca6 100755 --- a/build.sh +++ b/build.sh @@ -90,13 +90,6 @@ set -e UUDECODE=/usr/bin/uudecode -# once we get the beta cds out of use, this can be removed -if [ ! -x \$UUDECODE ]; then - UUDECODE=/tmp/uudecode - curl -s http://$PLC_BOOT_HOST/boot/uudecode.gz | gzip -d -c > \$UUDECODE - chmod +x \$UUDECODE -fi - ($UUDECODE | /bin/tar -C /tmp -xj) << _EOF_ EOF