mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Install and build adjustments (#12057)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
439ca73df7
commit
770a4b8067
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user