mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
jannet: Move show_installed_jannet_software.sh into jannet info
This commit is contained in:
parent
f50d7bd5dc
commit
8b3db5ee06
1 changed files with 4 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ cat << EOT
|
|||
uninit: undo initialization
|
||||
install: install packages in [arguments]
|
||||
update: update all jannet software on the system
|
||||
info: query information about installed software
|
||||
|
||||
EOT
|
||||
if [ "$1" ]; then
|
||||
|
|
@ -63,7 +64,9 @@ install)
|
|||
sudo smart update ftp.jannet.de
|
||||
sudo smart install -y $*
|
||||
;;
|
||||
|
||||
info)
|
||||
rpm -qai | grep -iB 7 "jannet.de\|c-mexx.com"
|
||||
;;
|
||||
help)
|
||||
usage 0
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue