packer/scripts/remove-snap.sh

7 lines
70 B
Bash

#!/bin/sh
apt purge -y snapd
rm -rf /var/lib/snap
rm -rf /root/snap