From f89be43871b86046e6c496041ae349c05a205931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sun, 7 Sep 2025 20:50:18 +0300 Subject: [PATCH] Add Maintainer script --- maintainer.sh | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 maintainer.sh diff --git a/maintainer.sh b/maintainer.sh new file mode 100755 index 0000000..1ee2bb2 --- /dev/null +++ b/maintainer.sh @@ -0,0 +1,31 @@ +#!/bin/bash + +underline=`tput smul` +nounderline=`tput rmul` +bold=$(tput bold) +normal=$(tput sgr0) + +echo "${bold}" +echo " + .-') _ ('-. .-') +( OO) ) ( OO ).-. ( OO ). +/ '._ ,--. / . --. /(_)---\_) +|'--...__) .-')| ,| | \-. \ / _ | +'--. .--'( OO |(_|.-'-' | |\ :\` \`. + | | | \`-'| | \| |_.' | '..\`''.) + | | ,--. | | | .-. |.-._) \\ + | | | '-' / | | | |\ / + \`--' \`-----' \`--' \`--' \`-----' +" +echo " +PVJJK 1.VOS NIINISALO +TIETOJÄRJESTELMÄASENTAJIEN INTRA +MAINTAINER SCRIPT +" +echo -n "${normal}" + +echo "${bold}PowerDNS Authorative - MySQL Schema${normal}" +echo "Downloading..." +curl https://raw.githubusercontent.com/PowerDNS/pdns/refs/heads/master/modules/gmysqlbackend/schema.mysql.sql -o "$PWD/files/powerdns-authorative/schema.mysql.sql" -s + +echo -e "\n\n\n"