make update will update cookbook
This commit is contained in:
parent
ef442fdf24
commit
a4353ca274
3 changed files with 3 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -25,6 +25,7 @@ pull:
|
|||
make update
|
||||
|
||||
update:
|
||||
cd cookbook && ./update.sh
|
||||
cargo update --manifest-path cookbook/pkgutils/Cargo.toml
|
||||
cargo update --manifest-path installer/Cargo.toml
|
||||
cargo update --manifest-path kernel/Cargo.toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue