mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
podman_bootstrap.sh: add libfuse3-dev and pkg-config for Ubuntu Noble
These were needed to bootstrap on a fairly fresh Noble install
This commit is contained in:
parent
b1c9018fd4
commit
35adcceb59
@ -218,7 +218,7 @@ ubuntu()
|
||||
sudo "$2" update
|
||||
echo "Installing required packages..."
|
||||
sudo "$2" install \
|
||||
podman curl git make fuse3 fuse-overlayfs slirp4netns
|
||||
podman curl git make pkg-config fuse3 libfuse3-dev fuse-overlayfs slirp4netns
|
||||
if [ "$1" == "qemu" ]; then
|
||||
if [ -z "$(which qemu-system-x86_64)" ]; then
|
||||
echo "Installing QEMU..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user