another booboo fixed
This commit is contained in:
parent
fd7d6b4178
commit
b88b906a39
2
build.sh
2
build.sh
@ -182,7 +182,7 @@ container_rebuild() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
latest_stable_foundry() {
|
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
|
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
|
if [[ $(echo "${RELEASES}" | grep -A 6 "${i}" | grep -i stable) ]]; then
|
||||||
STABLE+=(${i})
|
STABLE+=(${i})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user