Install OVF Tool for macOS

This commit is contained in:
Oleg Kalachev
2022-11-05 02:27:13 +06:00
parent 5aec478813
commit 4bab19ee18
2 changed files with 2 additions and 7 deletions

View File

@@ -29,11 +29,6 @@ jobs:
echo Uploaded https://clovervm.ams3.digitaloceanspaces.com/$(ls)
working-directory: output-virtualbox-ovf
- name: Install ovftool
run: |
apt-get install -y libncurses-dev
sudo ln -s /usr/lib/x86_64-linux-gnu/libncursesw.so.6 /usr/lib/x86_64-linux-gnu/libncursesw.so.5
./VMware-ovftool-4.3.0-7948156-lin.x86_64.bundle --extract=ovftool
ls ovftool
chmod +x ovftool/vmware-ovftool/ovftool ovftool/vmware-ovftool/ovftool.bin
run: installer -pkg "VMware OVF Tool.pkg" -target /
- name: Convert to Parallels
run: ovftool/vmware-ovftool/ovftool --lax output-virtualbox-ovf/*.ova clover-devel.vmx && ls
run: /Applications/VMware\ OVF\ Tool/ovftool --lax output-virtualbox-ovf/*.ova clover-devel.vmx && ls