make update will update cookbook

This commit is contained in:
Jeremy Soller 2017-07-26 20:35:49 -06:00
parent ef442fdf24
commit a4353ca274
3 changed files with 3 additions and 2 deletions

View file

@ -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