Change upgrade script to use topgrade
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4ae8212783
commit
5abf3740f9
1 changed files with 2 additions and 14 deletions
|
@ -14,17 +14,5 @@
|
||||||
# ./upgrade
|
# ./upgrade
|
||||||
. utils
|
. utils
|
||||||
|
|
||||||
print_section "Update arch packages"
|
print_section "Updating system"
|
||||||
yay -Syu --devel --mflags --nocheck
|
topgrade
|
||||||
|
|
||||||
print_section "Update npm packages"
|
|
||||||
npm update -g
|
|
||||||
|
|
||||||
print_section "Update composer packages"
|
|
||||||
composer global update
|
|
||||||
|
|
||||||
print_section "Update ruby gems"
|
|
||||||
gem update
|
|
||||||
|
|
||||||
print_section "Update Rust components"
|
|
||||||
rustup update
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue