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:
Thierry Laurion 2025-02-11 10:08:18 -05:00
parent 820931bcf7
commit 304f6b9a8c
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -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" \