mirror of
https://github.com/grobo021/snap-nuke.git
synced 2026-06-12 08:24:04 +00:00
unlicense
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Snap Nuke
|
||||
This script nukes the snap package manager from Ubuntu.
|
||||
|
||||
**Note**: This has only been tested on Ubuntu 20.04 LTS, and may not work
|
||||
as intended on other versions. I will not be responsible for any damage if this
|
||||
script breaks your pc.
|
||||
|
||||
If you really want a snap-less Ubuntu that is guaranteed to not break,
|
||||
you may want to try [Pop!_OS](https://pop.system76.com/) or [Linux Mint](https://linuxmint.com/)
|
||||
|
||||
If you are a server administrator, I highly advise against running this script, since it hasn't
|
||||
been tested on Ubuntu Server. Please use Debian Testing instead. It's basically normal Debian but
|
||||
the packages are more up to date. This is also what Ubuntu uses as a baseline to build on top of.
|
||||
|
||||
## Run the script
|
||||
```bash
|
||||
git clone https://github.com/grobo021/snap-nuke/
|
||||
cd snap-nuke
|
||||
./snap-nuke.sh
|
||||
```
|
||||
|
||||
## Legal
|
||||
This repository is under the [unlicense](LICENSE.txt) license. You are free to use this however you want,
|
||||
but we are NOT providing any warranty that the script wont break the system. You have been warned.
|
||||
Reference in New Issue
Block a user