From e335e1104bf54f8ad979f13ede2228b089ecdb40 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 16:29:00 -0400 Subject: [PATCH] Update 1 file: bootstrap.sh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index d25944c..53d605a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -30,7 +30,7 @@ check_all() { # --- Update --- update() { - $LOCALBIN/dotstate activate || true + $LOCALBIN/dotstate activate &>/dev/null || true sed -i.bak 's/^repo_mode\s*=\s*".*"/repo_mode = "Local"/' ~/.config/dotstate/config.toml &>/dev/null || echo 'repo_mode = "Local"' >> ~/.config/dotstate/config.toml &>/dev/null $LOCALBIN/dotstate doctor --fix &>/dev/null || true $LOCALBIN/dotstate activate &>/dev/null || true