mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-27 19:58:02 +01:00
Align check-updates messages with slackpkg 2.84
This commit is contained in:
parent
3150b2e0ff
commit
169f010256
1 changed files with 2 additions and 2 deletions
|
@ -2228,7 +2228,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
||||||
rm -f ${TMPDIR}/waiting
|
rm -f ${TMPDIR}/waiting
|
||||||
|
|
||||||
if $UPDATES ; then
|
if $UPDATES ; then
|
||||||
echo "News on ChangeLog.txt"
|
echo "Updated packages are available since last check."
|
||||||
|
|
||||||
printf "\n [ %-24s ] [ %-20s ]\n" "Repository" "Status"
|
printf "\n [ %-24s ] [ %-20s ]\n" "Repository" "Status"
|
||||||
|
|
||||||
|
@ -2244,7 +2244,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
||||||
#
|
#
|
||||||
cat ${TMPDIR}/updated-repos.txt > ~/.slackpkg/updated-repos.txt
|
cat ${TMPDIR}/updated-repos.txt > ~/.slackpkg/updated-repos.txt
|
||||||
else
|
else
|
||||||
echo "No news is good news"
|
echo "No updated packages since last check."
|
||||||
# Suppress the "pkglist is older than 24h" notice
|
# Suppress the "pkglist is older than 24h" notice
|
||||||
touch $WORKDIR/pkglist
|
touch $WORKDIR/pkglist
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue