This website requires JavaScript.
Explore
Help
Sign In
Metaunix
/
packer
Watch
1
Star
0
Fork
0
You've already forked packer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6588979f8a
packer
/
scripts
/
remove-snap.sh
7 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Added script to Ubuntu build to remove snap packages entirely
2024-04-21 12:32:29 -04:00
#!/bin/sh
Small fixes to the ubuntu packer build and remove snap script
2024-04-21 12:59:29 -04:00
sudo apt purge -y snapd
Added script to Ubuntu build to remove snap packages entirely
2024-04-21 12:32:29 -04:00
Small fixes to the ubuntu packer build and remove snap script
2024-04-21 12:59:29 -04:00
sudo rm -rf /var/lib/snap
sudo rm -rf /root/snap
Reference in New Issue
Copy Permalink