diff --git a/build.sh b/build.sh index a4d7ad9..902d5ca 100755 --- a/build.sh +++ b/build.sh @@ -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})