Update 1 file: bootstrap.sh

This commit is contained in:
2026-08-01 08:22:49 -04:00
parent 78fb7d7797
commit fabcc5d75f
+2 -5
View File
@@ -14,11 +14,6 @@ update() {
dotstate doctor --fix
dotstate activate
exec zsh
info "done"
}
arch() {
@@ -163,3 +158,5 @@ else
echo "Repository not found. Cloning..."
git clone --depth=1 "$REPO_URL" "$TARGET_DIR"
fi
info "done"