Commit e22e4638 authored by Vitaly Lipatov's avatar Vitaly Lipatov

commit packed 3.64.59

parent bc72a79f
...@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR ...@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install # will replaced with /etc/eepm during install
CONFIGDIR=$PROGDIR/../etc CONFIGDIR=$PROGDIR/../etc
EPMVERSION="3.64.58" EPMVERSION="3.64.59"
# package, single (file), pipe, git # package, single (file), pipe, git
EPMMODE="package" EPMMODE="package"
...@@ -440,7 +440,8 @@ __promo_message() ...@@ -440,7 +440,8 @@ __promo_message()
if [ -z "$PROMOMESSAGE" ] ; then if [ -z "$PROMOMESSAGE" ] ; then
local tg_link=$(make_osc8_link "https://t.me/useepm") local tg_link=$(make_osc8_link "https://t.me/useepm")
local max_link=$(make_osc8_link "https://max.eepm.ru") local max_link=$(make_osc8_link "https://max.eepm.ru")
PROMOMESSAGE=" (you can discuss this problem (epm $EPMVERSION on $DISTRNAME/$DISTRVERSION) in Telegram: $tg_link, MAX: $max_link)" local matrix_link=$(make_osc8_link "https://matrix.eepm.ru")
PROMOMESSAGE=" (you can discuss this problem (epm $EPMVERSION on $DISTRNAME/$DISTRVERSION) in Telegram: $tg_link, MAX: $max_link, Matrix: $matrix_link)"
fi fi
echo "$PROMOMESSAGE" echo "$PROMOMESSAGE"
} }
......
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