mirror of
https://github.com/containers/podman.git
synced 2025-12-03 19:59:39 +08:00
Do not build and install QEMU in the pkginstaller. Instead, build, sign, and install VFKit. Signed-off-by: Ashley Cui <acui@redhat.com>
9 lines
193 B
Bash
Executable File
9 lines
193 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
echo "/opt/podman/bin" > /etc/paths.d/podman-pkg
|
|
|
|
# make sure to ignore errors, this is not a hard requirement to use podman
|
|
/opt/podman/bin/podman-mac-helper install || :
|