From 3b5b76d2721cc3fdd84f02882b317bdefd95fb51 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 28 Feb 2023 13:37:36 +0500 Subject: [PATCH] ... --- buildscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscript.sh b/buildscript.sh index 6994441..3b35063 100644 --- a/buildscript.sh +++ b/buildscript.sh @@ -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