aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-08-17 16:15:30 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-08-17 16:15:30 -0500
commitfe779d555010ef587d530aad29131569467bafcc (patch)
treedaa81139f5b0d110f5018c180b6a3d799532aa58
parent2f88311815423dee773e338b9aaed200cdb1f27b (diff)
build(sheldon): update plugins on install
-rwxr-xr-xsheldon/install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/sheldon/install.sh b/sheldon/install.sh
index 1c896ae..34954af 100755
--- a/sheldon/install.sh
+++ b/sheldon/install.sh
@@ -9,4 +9,6 @@ fi
printf "%s: Installing plugins\n" "$0"
-sheldon -q lock
+sheldon lock --update 2>&1 |
+ grep -Po 'CLONED\K.*' |
+ xargs -L1 -r printf '%s: Installed: %s\n' "$0"