mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
add wget to Arch dependencies
This commit is contained in:
parent
e6eff2a611
commit
0cccf83bf0
@ -187,7 +187,7 @@ archLinux()
|
||||
{
|
||||
|
||||
echo "Detected Arch Linux"
|
||||
packages="git make curl fuse3 fuse-overlayfs slirp4netns podman gdb"
|
||||
packages="git make curl fuse3 fuse-overlayfs slirp4netns podman gdb wget"
|
||||
if [ "$1" == "qemu" ]; then
|
||||
packages="$packages qemu"
|
||||
elif [ "$1" == "virtualbox" ]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user