#!/bin/bash set -euo pipefail sudo apt install -y podman systemctl --user enable podman.socket systemctl --user start podman.socket