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

Fix string expressions

parent c1cd4393
No related branches found
No related tags found
No related merge requests found
Pipeline #7294 failed
......@@ -24,8 +24,8 @@ build-zynthbox-image-armhf:
- git clone https://github.com/zynthbox/ZynthianOS.git
# Setup Zynthbox Repo sourceline
- echo 'ZYNTHIANOS_ZYNTHBOX_REPO_KEY_URL=\'http://repo.zynthbox.io/testing/repo_key.pub\'' >> ZynthianOS/src/modules/zynthianos/config
- echo 'ZYNTHIANOS_ZYNTHBOX_REPO_SOURCELINE=\'deb http://repo.zynthbox.io/testing zynthbox main\'' >> ZynthianOS/src/modules/zynthianos/config
- echo "ZYNTHIANOS_ZYNTHBOX_REPO_KEY_URL='http://repo.zynthbox.io/testing/repo_key.pub'" >> ZynthianOS/src/modules/zynthianos/config
- echo "ZYNTHIANOS_ZYNTHBOX_REPO_SOURCELINE='deb http://repo.zynthbox.io/testing zynthbox main'" >> ZynthianOS/src/modules/zynthianos/config
# Download prebuilt realtime kernel
- wget "http://unofficialpi.org/Distros/RealtimePi/2021-06-15_2021-05-07-realtimepi-buster-armhf-lite-0.5.0.zip" -P ./ZynthianOS/src/image
......
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