Skip to content

Commit

Permalink
Add update command & documentation link
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Philippe Doyle <[email protected]>
  • Loading branch information
j15e committed Feb 25, 2021
1 parent 92a8125 commit 854dab6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/pi-hole/php/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
<?php if ($FTL_update) { ?> &middot; <a class="lookatme" href="<?php echo $ftlReleasesUrl . "/latest"; ?>" rel="noopener" target="_blank">Update available!</a><?php } ?>
</li>
</ul>
<?php if($core_update || $web_update || $FTL_update) { ?>
<p>To install updates, run <a href="https://docs.pi-hole.net/main/update/">pihole -up</a>.</p>
<?php } ?>
<?php } ?>
</div>
</div>
Expand Down

0 comments on commit 854dab6

Please sign in to comment.