Fixed line which combined two git commands
This commit is contained in:
parent
37c734f7be
commit
2a97f0a197
|
@ -141,7 +141,7 @@ f4pga:
|
||||||
git clone https://github.com/chipsalliance/f4pga; \
|
git clone https://github.com/chipsalliance/f4pga; \
|
||||||
fi
|
fi
|
||||||
cd f4pga && git checkout main && git pull && \
|
cd f4pga && git checkout main && git pull && \
|
||||||
git checkout -B upsilon_stable 835a40534f9efd70770d74f56f25fef6cfc6ebc6 \
|
git checkout -B upsilon_stable 835a40534f9efd70770d74f56f25fef6cfc6ebc6
|
||||||
tar -czvf f4pga.tar.gz f4pga
|
tar -czvf f4pga.tar.gz f4pga
|
||||||
|
|
||||||
buildroot:
|
buildroot:
|
||||||
|
|
Loading…
Reference in New Issue