1
0

another booboo fixed

This commit is contained in:
tbelway 2025-10-28 13:49:24 -04:00
parent fd7d6b4178
commit b88b906a39

View File

@ -182,7 +182,7 @@ container_rebuild() {
}
latest_stable_foundry() {
RELEASES=" $(curl https://foundryvtt.com/releases/)"
RELEASES=" $(curl -s https://foundryvtt.com/releases/)"
for i in $( echo "${RELEASES}" | cut -d "=" -f 3 | grep Release | cut -d " " -f 2 | grep -v class | sort -nr); do
if [[ $(echo "${RELEASES}" | grep -A 6 "${i}" | grep -i stable) ]]; then
STABLE+=(${i})