Install and build adjustments (#12057)

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2025-06-18 11:44:27 -04:00
committed by GitHub
parent 439ca73df7
commit 770a4b8067
6 changed files with 13 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ def refresh_crew_json
end
# Rename the binary_sha256 variable to sha256 in the device.json file
system(" sed -i 's/binary_sha256/sha256/g' #{File.join(CREW_CONFIG_PATH, 'device.json')}")
system("sed -i 's/binary_sha256/sha256/g' #{File.join(CREW_CONFIG_PATH, 'device.json')}")
# Check for renamed and deprecated packages, and handle them.