You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
30-install-packages.sh: Use head instead of hexdump
The code changes in `30-install-packages.sh` modify the package installation script to use the `head` command instead of `hexdump` for checking the ELF header of the `apt-get` command.
This change will allow the use of "Ubuntu Minimal Cloud Images" that do not include `hexdump`.
https://cloud-images.ubuntu.com/minimal/releases/
Signed-off-by: Norio Nomura <[email protected]>
0 commit comments