Update cargo packages on termux
This commit is contained in:
parent
67f4a173d9
commit
b8f62fd19b
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ update() {
|
|||
{%@@ elif distro_id == "termux" @@%}
|
||||
pkg update && pkg upgrade --yes
|
||||
pip install --upgrade $(pip list --outdated | tail -n +3 | awk '{print $1}')
|
||||
cargo install-update -a
|
||||
{%@@ endif @@%}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue