mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-11 15:44:52 +08:00
add pkg update command
This commit is contained in:
parent
ae11f2c7a2
commit
dac5dd9cb9
1 changed files with 12 additions and 10 deletions
|
@ -51,6 +51,8 @@ if [ -z "${install_cmd}" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
${update_cmd}
|
||||
|
||||
set -- $dependencies
|
||||
while [ -n "$1" ]; do
|
||||
echo $1
|
||||
|
|
Loading…
Add table
Reference in a new issue