From c0b899fbc81dfa40d53e6aa1badf4bf1c07fde18 Mon Sep 17 00:00:00 2001 From: Divyanshu Agrawal Date: Thu, 2 Jun 2022 13:23:24 +0530 Subject: [PATCH] Remove kubic repositories (#96) Signed-off-by: divyansh42 --- .github/install_latest_buildah.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/install_latest_buildah.sh b/.github/install_latest_buildah.sh index 83b2ecf..b779f78 100644 --- a/.github/install_latest_buildah.sh +++ b/.github/install_latest_buildah.sh @@ -1,7 +1,3 @@ -# https://github.com/containers/buildah/blob/main/install.md -. /etc/os-release -sudo sh -c "echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/x${ID^}_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list" -wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/x${ID^}_${VERSION_ID}/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update -qq sudo apt-get -qq -y install buildah