This commit is contained in:
parent
88f617dae4
commit
75eaa11be0
@ -6,6 +6,10 @@ if [[ -z "$OAT_VERSION" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Make sure we have Curl
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y curl
|
||||||
|
|
||||||
# Construct the download URL
|
# Construct the download URL
|
||||||
DOWNLOAD_URL="https://github.com/Laupetin/OpenAssetTools/releases/download/v${OAT_VERSION}/oat-linux.tar.gz"
|
DOWNLOAD_URL="https://github.com/Laupetin/OpenAssetTools/releases/download/v${OAT_VERSION}/oat-linux.tar.gz"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user