Add backup instructions

This commit is contained in:
Andros Fenollosa 2020-03-29 13:33:51 +02:00 committed by GitHub
parent 6554dccb1a
commit 3f876d1594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,12 @@ Then you do this.
curl -o maza https://raw.githubusercontent.com/tanrax/maza-ad-blocking/master/maza && chmod +x maza && sudo mv maza /usr/local/bin
```
Optional but recommended, make a backup of your hosts file.
``` bash
sudo cp /etc/hosts /etc/hosts.backup
```
## 🔪 Uninstall
``` bash