Skip to content

Instantly share code, notes, and snippets.

@ek-nath
Created March 11, 2022 19:01
Show Gist options
  • Select an option

  • Save ek-nath/af4cdd7144a31a14121bc9c49fec6433 to your computer and use it in GitHub Desktop.

Select an option

Save ek-nath/af4cdd7144a31a14121bc9c49fec6433 to your computer and use it in GitHub Desktop.

Revisions

  1. ek-nath created this gist Mar 11, 2022.
    5 changes: 5 additions & 0 deletions install_podman_wsl_ub2004.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # Root shell
    echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
    curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/Release.key | sudo apt-key add -
    apt update
    apt install podman -y