mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Remove need for essential_deps field in device.json (#10394)
This commit is contained in:
committed by
GitHub
parent
ff930ee786
commit
b0491e9cde
@@ -34,7 +34,7 @@ class Command
|
||||
puts pkg_name.lightred unless PackageUtils.compatible?(pkg)
|
||||
end
|
||||
elsif essential
|
||||
puts device_json['essential_deps'].join("\n")
|
||||
puts CREW_ESSENTIAL_PACKAGES.join("\n")
|
||||
elsif installed
|
||||
if verbose
|
||||
installed_packages['======='] = '======='
|
||||
|
||||
Reference in New Issue
Block a user