Commit da286107 authored by Vitaly Lipatov's avatar Vitaly Lipatov

more intrusive advertising of the EPM channel in Telegram

parent dfb9b480
...@@ -72,9 +72,9 @@ Examples: ...@@ -72,9 +72,9 @@ Examples:
print_version() print_version()
{ {
echo "EPM package manager version @VERSION@ https://wiki.etersoft.ru/Epm" echo "EPM package manager version @VERSION@ Telegram: https://t.me/useepm https://wiki.etersoft.ru/Epm"
echo "Running on $($DISTRVENDOR -e) ('$PMTYPE' package manager uses '$PKGFORMAT' package format)" echo "Running on $($DISTRVENDOR -e) ('$PMTYPE' package manager uses '$PKGFORMAT' package format)"
echo "Copyright (c) Etersoft 2012-2022" echo "Copyright (c) Etersoft 2012-2023"
echo "This program may be freely redistributed under the terms of the GNU AGPLv3." echo "This program may be freely redistributed under the terms of the GNU AGPLv3."
} }
......
...@@ -309,7 +309,7 @@ sudoepm() ...@@ -309,7 +309,7 @@ sudoepm()
fatal() fatal()
{ {
if [ -z "$TEXTDOMAIN" ] ; then if [ -z "$TEXTDOMAIN" ] ; then
echo "Error: $*" >&2 echo "Error: $* (you can discuss the problem in Telegram: https://t.me/useepm)" >&2
# else # else
# echog "Error in $0: $@" >&2 # echog "Error in $0: $@" >&2
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment