lavabit / robox

The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
620 stars 139 forks source link

remove snapd on ubuntu 2204 #240

Closed abbbi closed 2 years ago

abbbi commented 2 years ago

snapd appears to be enabled by default on ubuntu 22.04, as discussed in #238

brokep commented 2 years ago

@abbbi If you wish to disable snapd, I would suggest including dpkg -l snapd &>/dev/null && apt-get --assume-yes purge snapd

into your Vagrantfile