mirror of
https://github.com/rworkman/slackpkg
synced 2024-12-25 21:58:42 +01:00
Add show-changelog & help to non-root commands
This commit is contained in:
parent
3d99ab68d3
commit
a1dd8f3f53
1 changed files with 2 additions and 0 deletions
|
@ -327,6 +327,8 @@ to the closest mirror and is very slow.\n"
|
||||||
[ "$CMD" != "search" ] && \
|
[ "$CMD" != "search" ] && \
|
||||||
[ "$CMD" != "file-search" ] && \
|
[ "$CMD" != "file-search" ] && \
|
||||||
[ "$CMD" != "check-updates" ] && \
|
[ "$CMD" != "check-updates" ] && \
|
||||||
|
[ "$CMD" != "show-changelog" ] && \
|
||||||
|
[ "$CMD" != "help" ] && \
|
||||||
[ "$CMD" != "info" ]; then
|
[ "$CMD" != "info" ]; then
|
||||||
echo -e "\n\
|
echo -e "\n\
|
||||||
Only root can install, upgrade, or remove packages.\n\
|
Only root can install, upgrade, or remove packages.\n\
|
||||||
|
|
Loading…
Reference in a new issue