This commit is contained in:
Shihaam Abdul Rahman 2023-02-28 13:37:36 +05:00
parent ee3858d28c
commit 3b5b76d272
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -26,7 +26,7 @@ apt-get install \
pkg-config \
uidmap
apt install -y jq wget curl
apt install -y jq wget curl make
VERSION=$(curl -s https://api.github.com/repos/containers/podman/releases/latest | jq '.name' -r)
export VERSION