Added script to Ubuntu build to remove snap packages entirely
This commit is contained in:
6
scripts/remove-snap.sh
Normal file
6
scripts/remove-snap.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
apt purge -y snapd
|
||||
|
||||
rm -rf /var/lib/snap
|
||||
rm -rf /root/snap
|
Reference in New Issue
Block a user