Update installation scripts
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
544ad33f45
commit
02a1abe903
4 changed files with 62 additions and 18 deletions
|
@ -20,3 +20,9 @@ yay -Syu --devel
|
|||
|
||||
print_section "Update npm packages"
|
||||
npm update -g
|
||||
|
||||
print_section "Update composer packages"
|
||||
composer global update
|
||||
|
||||
print_section "Update Rust components"
|
||||
rustup update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue