Skip to content

Instantly share code, notes, and snippets.

@erming
Created September 2, 2021 20:21
Show Gist options
  • Save erming/9d9c1d8f872b843c57cf0ffe28688b6a to your computer and use it in GitHub Desktop.
Save erming/9d9c1d8f872b843c57cf0ffe28688b6a to your computer and use it in GitHub Desktop.
#!/bin/bash
. /etc/os-release
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
curl -L "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key" | sudo apt-key add -
sudo apt update
sudo apt -y install podman
podman info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment