From 44e86e95b5a53d079e68917ecdcc858aa9e3821f Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 14:28:44 -0400 Subject: [PATCH] Update 1 file: bootstrap.sh --- bootstrap.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 06c0a1c..e507285 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -9,13 +9,9 @@ error() { printf "\033[1;31m%s\033[0m\n" "$*"; } update() { 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 - dotstate doctor --fix &>/dev/null || true dotstate activate &>/dev/null || true - - info "done" } arch() { @@ -160,5 +156,4 @@ else git clone --depth=1 "$REPO_URL" "$TARGET_DIR" &>/dev/null fi - info "done" - update + info "Done"