Remove obsolete package podman-dnsname

This commit is contained in:
exu 2024-04-12 16:27:14 +02:00
parent 1cf609b62a
commit 31885d95c5

View File

@ -368,7 +368,7 @@ fi
if [ $in_podman -eq 1 ]; then if [ $in_podman -eq 1 ]; then
echo "Installing podman" echo "Installing podman"
sudo pacman -S --needed podman podman-dnsname fuse-overlayfs buildah aardvark-dns sudo pacman -S --needed podman fuse-overlayfs buildah aardvark-dns
sudo touch /etc/subuid /etc/subgid sudo touch /etc/subuid /etc/subgid
sudo usermod --add-subuids 100000-165536 --add-subgids 100000-165536 "$USER" sudo usermod --add-subuids 100000-165536 --add-subgids 100000-165536 "$USER"
sudo groupadd -f podman sudo groupadd -f podman