From dbc819cdd8fc6576dcc01c8c9b1143336334a6ff Mon Sep 17 00:00:00 2001 From: Ing Date: Sun, 28 Sep 2025 13:38:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ovftool=20=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E9=93=BE=E6=8E=A5=E8=87=B3=E6=9C=80=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=204.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/func.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/func.sh b/scripts/func.sh index 5aebf218..09f280ed 100755 --- a/scripts/func.sh +++ b/scripts/func.sh @@ -466,7 +466,7 @@ function convertova() { # Download and install ovftool if it doesn't exist if [ ! -x ovftool/ovftool ]; then 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 echo "Failed to download ovftool" exit 1