mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-21 09:23:10 -05:00
scripts: rustup
in update-all
ok, rm debug print
This commit is contained in:
parent
4a1684dc63
commit
d1279e10b0
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ zls_has_update=$(echo "$aur_updates" | grep -c 'zls-git')
|
|||
|
||||
if [ "$rust_has_update" -ne 0 ]; then
|
||||
rustup update
|
||||
else
|
||||
echo "$rust_has_update"
|
||||
fi
|
||||
|
||||
if [ "$river_has_update" -ne 0 ] && [ "$zls_has_update" -ne 0 ]; then
|
||||
|
|
Loading…
Reference in a new issue