Skip to content

Instantly share code, notes, and snippets.

@akamas
Last active September 30, 2021 18:58
Show Gist options
  • Save akamas/df6324fd8f368fab5a660ffd8ea1aa3a to your computer and use it in GitHub Desktop.
Save akamas/df6324fd8f368fab5a660ffd8ea1aa3a to your computer and use it in GitHub Desktop.
ubuntu upgrade 20.04. to 21.04 | install podman podman-compose cockpit
rm /etc/apt/sources.list && wget https://gist.githubusercontent.com/akamas/99c959e768ed202ee3b2d8db60369928/raw/4709678cb7f35cd54a1534daebdac74332efd446/sources.list -c -O sources.list && mv sources.list /etc/apt/ && cd /etc/apt/ && chmod +x sources.list && apt update && apt-get full-upgrade -y && cd && apt-get -y install podman python3-pip && pip3 install podman-compose && alias docker=podman && apt-get install -y cockpit-podman && reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment