mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
Install OVF Tool for macOS
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
BIN
VMware-ovftool-4.3.0-7948156-lin.x86_64.bundle → VMware OVF Tool.pkg
Executable file → Normal file
BIN
VMware-ovftool-4.3.0-7948156-lin.x86_64.bundle → VMware OVF Tool.pkg
Executable file → Normal file
Binary file not shown.
Reference in New Issue
Block a user