diff --git a/recipe.yml b/recipe.yml index a987f3d..b6eb401 100644 --- a/recipe.yml +++ b/recipe.yml @@ -22,9 +22,16 @@ modules: - open-vm-tools - open-vm-tools-desktop +- name: virtualbox-guest-additions + type: apt + source: + packages: + - virtualbox-guest-utils + - virtualbox-guest-x11 + - name: cleanup type: shell commands: - apt autoremove -y - apt clean - - lpkg --lock \ No newline at end of file + - lpkg --lock