mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
jannet: Add possibility to take installation options from file
This commit is contained in:
parent
29e0569757
commit
64c477834a
1 changed files with 5 additions and 1 deletions
|
|
@ -81,7 +81,11 @@ update)
|
|||
|
||||
install)
|
||||
sudo smart update ftp.jannet.de
|
||||
sudo smart install -y $*
|
||||
if [ -f $1 ]; then
|
||||
sudo smart install -y `cat $1`
|
||||
else
|
||||
sudo smart install -y $*
|
||||
fi
|
||||
;;
|
||||
info)
|
||||
if [ "$opt_verbose" = true ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue