diff --git a/VERSION b/VERSION index f5a0d9d..1cc9c18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.7 \ No newline at end of file +1.5.8 diff --git a/debian/changelog b/debian/changelog index 389ca5f..d607351 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 + * Add open-vm-tools-desktop to recipe.json -- Mirko Brombin Thu, 29 Dec 2022 14:35:00 +0000 diff --git a/recipe.json b/recipe.json index bdd31b5..37fdaec 100644 --- a/recipe.json +++ b/recipe.json @@ -417,7 +417,7 @@ { "if": "vm", "type": "command", - "commands": ["apt install -y open-vm-tools"] + "commands": ["apt install -y open-vm-tools open-vm-tools-desktop"] } ] },