From 7fc634ae333f371e02f69e2d1619a6dd5f14987b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 13 Jul 2020 05:17:33 +0000 Subject: [PATCH] add bug message --- _webi/template.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_webi/template.sh b/_webi/template.sh index bb4b24e..fca9c69 100644 --- a/_webi/template.sh +++ b/_webi/template.sh @@ -268,6 +268,12 @@ _webi_done_message() { WEBI_SINGLE= +echo "" +echo "Thanks for using webi to install '$PKG_NAME' on '$WEBI_OS/$WEBI_ARCH'." +echo "Have a problem? Experience a bug? Please let us know:" +echo " https://github.com/webinstall/packages/issues" +echo "" + { {{ installer }} -- 2.25.1