#!/bin/bash #install wget apt update apt install -y wget #send notification wget --post-data="mariadb complete:$(date)" -qO- https://ntfy.sh/$NTFY > /dev/null