Skip to content

Commit

Permalink
feat: add Virtualbox guest additions packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored and mirkobrombin committed Jan 10, 2024
1 parent bf67abb commit 7b0d32a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- lpkg --lock

0 comments on commit 7b0d32a

Please sign in to comment.