mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-12 16:40:01 +00:00
Update synology-vm.sh
This commit is contained in:
parent
e61a674135
commit
89a4a43a8d
@ -373,9 +373,9 @@ URL=https://api.github.com/repos/AuxXxilium/arc/releases/latest
|
|||||||
sleep 2
|
sleep 2
|
||||||
msg_ok "${CL}${BL}${URL}${CL}"
|
msg_ok "${CL}${BL}${URL}${CL}"
|
||||||
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.*microcode.img.zip" \
|
| grep "browser_download_url.*evo.img.zip" \
|
||||||
| cut -d '"' -f 4 \
|
| cut -d '"' -f 4 \
|
||||||
| xargs wget -q -O microcode.img.zip && unzip -q microcode.img.zip
|
| xargs wget -q -O evo.img.zip && unzip -q evo.img.zip
|
||||||
echo -en "\e[1A\e[0K"
|
echo -en "\e[1A\e[0K"
|
||||||
FILE="arc.img"
|
FILE="arc.img"
|
||||||
msg_ok "Downloaded ${CL}${BL}${FILE}${CL}"
|
msg_ok "Downloaded ${CL}${BL}${FILE}${CL}"
|
||||||
|
Loading…
Reference in New Issue
Block a user