Update synology.sh

This commit is contained in:
MacRimi 2025-04-01 19:25:19 +02:00
parent 9f97137ee9
commit adc7a94aba

View File

@ -652,7 +652,7 @@ function download_loader() {
case $LOADER_TYPE in case $LOADER_TYPE in
arc) arc)
curl -s https://api.github.com/repos/AuxXxilium/arc/releases/latest \ curl -s https://api.github.com/repos/AuxXxilium/arc/releases/latest \
| grep "browser_download_url.*arc-.*\.img\.zip" \ | grep "browser_download_url.*\.img\.zip" \
| cut -d '"' -f 4 \ | cut -d '"' -f 4 \
| xargs wget -q --show-progress -O "$IMAGES_DIR/arc.img.zip" | xargs wget -q --show-progress -O "$IMAGES_DIR/arc.img.zip"