Merge pull request #1 from theoware/main

Make it standalone
This commit is contained in:
Rishab Arora
2022-02-13 21:05:45 +05:30
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +0,0 @@
Package: snapd
Pin: release a=*
Pin-Priority: -10

View File

@ -40,8 +40,12 @@ do
sudo umount $I
done
echo "UGFja2FnZTogc25hcGQKUGluOiByZWxlYXNlIGE9KgpQaW4tUHJpb3JpdHk6IC0xMAo=" | base64 -d > nosnap.pref
sudo cp nosnap.pref /etc/apt/preferences.d/nosnap.pref
rm nosnap.pref
sudo apt-get purge snapd
rm -rf ~/snap
sudo rm -rf /snap