Skip to content
Snippets Groups Projects
Commit c3bbfe6c authored by ab0027's avatar ab0027 :speech_balloon:
Browse files

Fix image name of custom base image

parent c9388c58
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,8 @@ build-zynthbox-image-armhf: ...@@ -32,8 +32,8 @@ build-zynthbox-image-armhf:
- wget -c --trust-server-names 'https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2023-02-22/2023-02-21-raspios-bullseye-armhf-lite.img.xz' -P ./image - wget -c --trust-server-names 'https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2023-02-22/2023-02-21-raspios-bullseye-armhf-lite.img.xz' -P ./image
- ../../CustomPiOS/src/update-custompios-paths - ../../CustomPiOS/src/update-custompios-paths
- bash -x ./build_dist - bash -x ./build_dist
- prefix=$(ls workspace/*.img | sed "s|workspace/||;s|raspios-bullseye-armhf-lite.img||") - prefix=$(ls workspace/*.img | sed "s|workspace/||;s|-raspios-bullseye-armhf-lite.img||")
- mv "workspace/*.img" "/$prefix_$(date +"%d-%m-%Y")-realtimepi-bullseye-armhf-lite.img" - mv workspace/*.img "/$prefix_$(date +"%d-%m-%Y")-realtimepi-bullseye-armhf-lite.img"
- cd / - cd /
- rm -rf CustomPiOS RealtimePi - rm -rf CustomPiOS RealtimePi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment