Idid this lol ai sucks
Some checks failed
link / Link assets on Linux (push) Failing after 24s

This commit is contained in:
6arelyFuture 2024-03-26 18:00:43 +01:00
parent 88f617dae4
commit 75eaa11be0

View File

@ -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"