From 287d78ef6b566de167a18125cf5a738a89e1103d Mon Sep 17 00:00:00 2001 From: Divyanshu Agrawal Date: Thu, 2 Jun 2022 16:45:17 +0530 Subject: [PATCH] Remove kubic repositories (#65) Signed-off-by: divyansh42 --- .github/install_latest_podman.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/install_latest_podman.sh b/.github/install_latest_podman.sh index 266cbff..ceedbe0 100644 --- a/.github/install_latest_podman.sh +++ b/.github/install_latest_podman.sh @@ -1,7 +1,3 @@ - # https://podman.io/getting-started/installation -. /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 -sSfL "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key" | sudo apt-key add - sudo apt-get update sudo apt-get -y upgrade sudo apt-get -y install podman