mirror of
https://github.com/RROrg/rr.git
synced 2025-12-08 21:19:43 +08:00
更新 ovftool 下载链接至最新版本 4.6.3
This commit is contained in:
parent
9e24063ad7
commit
dbc819cdd8
@ -466,7 +466,7 @@ function convertova() {
|
|||||||
# Download and install ovftool if it doesn't exist
|
# Download and install ovftool if it doesn't exist
|
||||||
if [ ! -x ovftool/ovftool ]; then
|
if [ ! -x ovftool/ovftool ]; then
|
||||||
rm -rf ovftool ovftool.zip
|
rm -rf ovftool ovftool.zip
|
||||||
curl -skL https://github.com/rgl/ovftool-binaries/raw/main/archive/VMware-ovftool-4.6.0-21452615-lin.x86_64.zip -o ovftool.zip
|
curl -skL https://github.com/rgl/ovftool-binaries/raw/main/archive/VMware-ovftool-4.6.3-24031167-lin.x86_64.zip -o ovftool.zip
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Failed to download ovftool"
|
echo "Failed to download ovftool"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user