1
0
Fork 0

pratham-setup: upgrade packages if available

This commit is contained in:
Pratham Patel 2022-11-20 22:52:19 +05:30
parent ddc0ad9045
commit 21648e045f
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,9 @@ function git_repo_check()
popd
}
# update everything (along with `rustup`)
doas pacman --sync --refresh --refresh --sysupgrade
# rust-lang
rustup default stable
rustup component add rust-src rust-analyzer