packer/scripts/remove-snap.sh

7 lines
85 B
Bash

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