#!/bin/bash # Use ANSI escape codes for color and formatting # \e[1m = bold, \e[32m = green, \e[0m = reset formatting echo -e "\e[1m\e[32m" echo "==============================================================" echo " INSTALL THE LOCAL PLUGIN USING THIS URL: " echo " http://${HOST_LAN_IP}:5858/dynamix.unraid.net.plg " echo "==============================================================" echo -e "\e[0m"