cp, not ln

This commit is contained in:
Maurice
2025-10-01 12:46:10 +02:00
parent 54e9492d79
commit fcca20714e
6 changed files with 9 additions and 9 deletions

View File

@@ -11,6 +11,9 @@ modprobe tun
echo tun >> /etc/modules
echo podman:100000:65536 > /etc/subuid
echo podman:100000:65536 > /etc/subgid
# Need to go to /tmp for podman system migrate to work
cd /tmp
su -c "podman system migrate" podman
# Get rid of podman compose docker warning