mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-14 00:06:47 +00:00
blobs/t480/download-clean-deguard-me.sh: deguard local call needs python when used under nix docker
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
820931bcf7
commit
304f6b9a8c
@ -79,7 +79,7 @@ if [[ "${BASH_SOURCE[0]}" == "$0" ]]; then
|
||||
ME11sku="2M"
|
||||
ME11pch="LP"
|
||||
|
||||
./finalimage.py --delta "data/delta/$ME11delta" \
|
||||
python ./finalimage.py --delta "data/delta/$ME11delta" \
|
||||
--version "$ME11version" \
|
||||
--pch "$ME11pch" --sku "$ME11sku" --fake-fpfs data/fpfs/zero \
|
||||
--input "${temp_path}/me_cleaned.bin" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user