mirror of
https://gitlab.com/robocopAlpha/pihole_lists.git
synced 2026-05-17 18:42:16 -07:00
update paths
This commit is contained in:
parent
e581e371b9
commit
c41756adc4
5 changed files with 10 additions and 10 deletions
|
|
@ -38,11 +38,11 @@ git add -u ; git commit -m "Update `date +'%Y-%m-%d'`" ; git push
|
|||
Then updating your pihole instances is as simple as running the included `update.pi.sh` script on your pihole from your git repo:
|
||||
|
||||
```sh
|
||||
curl -L "https://gitlab.com/robocopAlpha/pihole_lists/-/raw/master/update.pi.sh" | bash
|
||||
curl -L "https://gitlab.com/robocopAlpha/pihole_lists/-/raw/main/update.pi.sh" | bash
|
||||
|
||||
# To make it even easier
|
||||
# just add this to your ~/.bashrc or ~/.zshrc
|
||||
alias update.pi='curl -L "https://gitlab.com/robocopAlpha/pihole_lists/-/raw/master/update.pi.sh" | bash'
|
||||
alias update.pi='curl -L "https://gitlab.com/robocopAlpha/pihole_lists/-/raw/main/update.pi.sh" | bash'
|
||||
|
||||
# Command to easily add the alias is included in the update.pi.sh
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue