mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2024-11-21 22:55:41 +01:00
Add update instructions
This commit is contained in:
parent
7b94b477b3
commit
561545cdf1
@ -54,7 +54,7 @@ sudo maza stop
|
|||||||
maza status
|
maza status
|
||||||
```
|
```
|
||||||
|
|
||||||
## ⚙️ Install
|
## ⚙️ Install or Update
|
||||||
|
|
||||||
### 😥 Requirements
|
### 😥 Requirements
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ maza status
|
|||||||
Then you do this.
|
Then you do this.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
curl -o maza https://raw.githubusercontent.com/tanrax/maza-ad-blocking/master/maza && chmod +x maza && sudo mv maza /usr/local/bin
|
curl -o maza https://raw.githubusercontent.com/tanrax/maza-ad-blocking/master/maza && sudo rm -rf /usr/local/bin/maza && chmod +x maza && sudo mv maza /usr/local/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
Optional but recommended, make a backup of your hosts file.
|
Optional but recommended, make a backup of your hosts file.
|
||||||
|
Loading…
Reference in New Issue
Block a user