Skip to content

Commit

Permalink
update the updating instructions (#92)
Browse files Browse the repository at this point in the history
* update update instructions
  • Loading branch information
ipitio committed Mar 5, 2024
1 parent e693f17 commit 959769f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pi-hole/php/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
<?php if ($docker_update) { ?>
To install updates, <a href="https://github.com/pi-hole/docker-pi-hole#upgrading-persistence-and-customizations" rel="noopener" target="_blank">replace this old container with a fresh upgraded image</a>.
<?php } elseif ($core_update || $web_update || $FTL_update) { ?>
To install updates, uninstall Speedtest Mod, run <code><a href="https://docs.pi-hole.net/main/update/" rel="noopener" target="_blank">pihole -up</a></code>, and reinstall Speedtest Mod. The Reinstall button in [ Settings > Speedtest ] can do this for you!
To install updates, uninstall Speedtest Mod, run <code><a href="https://docs.pi-hole.net/main/update/" rel="noopener" target="_blank">pihole -up</a></code> if there's a new official Pi-hole release, and reinstall Speedtest Mod. The Reinstall button in [Settings/Speedtest] can do this for you!
<?php } elseif ($speedtest_update) { ?>
To install updates, reinstall Speedtest Mod. The Reinstall button in [ Settings > Speedtest ] can do this for you!
To install updates, reinstall Speedtest Mod. The Reinstall button in [Settings/Speedtest] can do this for you!
<?php } ?>
</p>
</div>
Expand Down

0 comments on commit 959769f

Please sign in to comment.