From c9a889958869e8901ca69d6ce2ce6d811b8c421a Mon Sep 17 00:00:00 2001 From: xfy Date: Mon, 24 Mar 2025 14:28:09 +0800 Subject: [PATCH] add arch update --- rua-scripts/common.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rua-scripts/common.sh b/rua-scripts/common.sh index de7994b..a5ca75a 100644 --- a/rua-scripts/common.sh +++ b/rua-scripts/common.sh @@ -13,3 +13,8 @@ mac-update() { brew update && brew upgrade && brew cleanup && rustup update && rustup self update } + +arch-update() { + yay --noconfirm && + rustup update && rustup self update && vim-update +}