From 81605ddf61c21e69bf809ff20638fa47d6a4fdeb Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 11 Sep 2024 23:59:57 +0000 Subject: [PATCH] ref(duckdns): disambiguate from duckdns.sh more clearly --- duckdns/install.sh | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/duckdns/install.sh b/duckdns/install.sh index f35e10c..7357ed5 100644 --- a/duckdns/install.sh +++ b/duckdns/install.sh @@ -2,10 +2,16 @@ set -e set -u -echo "'duckdns@${WEBI_TAG:-stable}' is reserved for future use." -echo -echo "Did you mean 'duckdns.sh@${WEBI_VERSION-}'?" WEBI_HOST=${WEBI_HOST:-"https://webi.sh"} + echo "" -echo " curl -fsSL '$WEBI_HOST/duckdns.sh@${WEBI_VERSION-}' | sh" +echo "ERROR" +echo " installer name 'duckdns' is reserved for future use" +echo "" +echo "SOLUTION" +echo " Did you mean 'duckdns.sh'?" +echo "" +echo " curl -fsSL '$WEBI_HOST/duckdns.sh' | sh" +echo "" + exit 1