From f0b685398d6fc4a676ef84fb3f344e09026dbfa5 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Wed, 15 May 2024 15:22:20 +0200 Subject: [PATCH] Update build.sh --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index 763d10b..18dd69c 100644 --- a/build.sh +++ b/build.sh @@ -11,9 +11,6 @@ mv OpenHD-ImageBuilder/stages/01-Baseimage stages/ rm -Rf OpenHD-ImageBuilder #resize x20, too sed -i 's/if \[\[ "${OS}" != ubuntu-x86 \]\] && \[\[ "${OS}" != debian-X20 \]\]; then/if \[\[ "${OS}" != ubuntu-x86 \]\]; then/' stages/01-Baseimage/01-run.sh -cat stages/01-Baseimage/01-run.sh -echo "________" -exit 1 if [[ "${IMAGE_TYPE}" == "" ]]; then echo "Usage: ./build.sh pi-bullseye"