mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-26 09:58:43 +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
|
||||
|
||||
if $UPDATES ; then
|
||||
echo "News on ChangeLog.txt"
|
||||
echo "Updated packages are available since last check."
|
||||
|
||||
printf "\n [ %-24s ] [ %-20s ]\n" "Repository" "Status"
|
||||
|
||||
|
@ -2244,7 +2244,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
#
|
||||
cat ${TMPDIR}/updated-repos.txt > ~/.slackpkg/updated-repos.txt
|
||||
else
|
||||
echo "No news is good news"
|
||||
echo "No updated packages since last check."
|
||||
# Suppress the "pkglist is older than 24h" notice
|
||||
touch $WORKDIR/pkglist
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue