This commit is contained in:
2025-06-11 09:27:31 -07:00
parent 0c67afeff9
commit e81234f488

View File

@@ -2,12 +2,12 @@
# Copyright (c) 2022 fithwum
# All rights reserved
VS_VERSION_2=$(curl -s "http://api.vintagestory.at/$VS_CHANNEL.json" | grep -Pom 1 '"."')
# VS_VERSION_2=$(curl -s "http://api.vintagestory.at/$VS_CHANNEL.json" | grep -Pom 1 '"."')
# echo " "
# echo "INFO ! $VS_VERSION_2"
# sleep 10
VS_VERSION_3=$(curl -s "http://api.vintagestory.at/$VS_CHANNEL.json" | grep -Pom 1 '"cdn": "\K[^"]*'$VS_VERSION'.tar.gz')
echo " "
echo "INFO ! $VS_VERSION_2"
sleep 10
echo " "
echo "INFO ! $VS_VERSION_3"
sleep 10