From 75eaa11be0717a66e1ef3fea5a38c4f84a7ca779 Mon Sep 17 00:00:00 2001 From: Jack Back Date: Tue, 26 Mar 2024 18:00:43 +0100 Subject: [PATCH] Idid this lol ai sucks --- .gitea/scripts/ci.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/scripts/ci.sh b/.gitea/scripts/ci.sh index f9bfb1d..96ec22d 100755 --- a/.gitea/scripts/ci.sh +++ b/.gitea/scripts/ci.sh @@ -6,6 +6,10 @@ if [[ -z "$OAT_VERSION" ]]; then exit 1 fi +# Make sure we have Curl +apt-get update +apt-get install -y curl + # Construct the download URL DOWNLOAD_URL="https://github.com/Laupetin/OpenAssetTools/releases/download/v${OAT_VERSION}/oat-linux.tar.gz"