Merge pull request #79 from kbdharun/main

1.5.8(enhance): Add open-vm-tools-desktop to recipe.json
main
Mirko Brombin 2 years ago committed by GitHub
commit 8bddc585e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1 @@
1.5.7 1.5.8

3
debian/changelog vendored

@ -1,5 +1,6 @@
vanilla-first-setup (1.5.7) kinetic; urgency=critical vanilla-first-setup (1.5.8) kinetic; urgency=critical
* Fix reboot button not being hidden * Fix reboot button not being hidden
* Add open-vm-tools-desktop to recipe.json
-- Mirko Brombin <send@mirko.pm> Thu, 29 Dec 2022 14:35:00 +0000 -- Mirko Brombin <send@mirko.pm> Thu, 29 Dec 2022 14:35:00 +0000

@ -417,7 +417,7 @@
{ {
"if": "vm", "if": "vm",
"type": "command", "type": "command",
"commands": ["apt install -y open-vm-tools"] "commands": ["apt install -y open-vm-tools open-vm-tools-desktop"]
} }
] ]
}, },

Loading…
Cancel
Save