mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 20:27:47 +00:00
[bootstrap] remove brew from apt package installations (#8399)
This commit chages incorrect pkg manager tool used in `install_packages_pretty_format` from brew to apt-get.
This commit is contained in:
+2
-2
@@ -46,8 +46,8 @@ install_packages_pretty_format()
|
||||
# add mdv for local size report
|
||||
python3 -m pip install mdv || echo 'WARNING: could not install mdv, which is required to post markdown size report for OpenThread.'
|
||||
|
||||
# add shfmt for shell pretty, try brew only because snap does not support home directory not being /home and doesn't work in docker.
|
||||
command -v shfmt || brew install shfmt || echo 'WARNING: could not install shfmt, which is useful if you plan to contribute shell scripts to the OpenThread project.'
|
||||
# add shfmt for shell pretty
|
||||
command -v shfmt || sudo apt-get install shfmt || echo 'WARNING: could not install shfmt, which is useful if you plan to contribute shell scripts to the OpenThread project.'
|
||||
}
|
||||
|
||||
install_packages_apt()
|
||||
|
||||
Reference in New Issue
Block a user