update paths

This commit is contained in:
Deepankar Chakroborty 2023-06-24 22:50:19 -07:00
parent e581e371b9
commit c41756adc4
5 changed files with 10 additions and 10 deletions

View file

@ -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
```