#!/bin/bash # Update Commands Header # Shows available update commands and help information cliShowUpdateHelp() { echo "" echo "Available Update Commands:" echo "" echo " libreportal update - Updates LibrePortal to the latest version" echo "" echo "This command will check for and install the latest LibrePortal updates." echo "It will backup your current configuration before updating." echo "" }