Install updater

This commit is contained in:
Thomas Forgione 2018-09-26 18:11:42 +02:00
parent cfa721db33
commit 7797f2eede
1 changed files with 6 additions and 3 deletions

View File

@ -62,10 +62,13 @@ update() {
cargo install-update --help > /dev/null 2>&1
if [ $? -eq 0 ]; then
echo "\033[32;1m=== Updating rust packages ===\033[0m"
cargo install-update -ag
if [ $? -ne 0 ]; then
echo "\033[32;1m=== Installing rust packages updater ===\033[0m"
cargo install cargo-update
fi
echo "\033[32;1m=== Updating rust packages ===\033[0m"
cargo install-update -ag
fi
# Update the dotfiles