From cdc14c5ed12c7cb702d87b15680361c3077921cd Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Tue, 3 Feb 2026 18:53:13 +0300 Subject: [PATCH] finally fix script for boostrappers Signed-off-by: Uncle Stretch --- scripts/starter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/starter.sh b/scripts/starter.sh index d6c7773..11651d3 100755 --- a/scripts/starter.sh +++ b/scripts/starter.sh @@ -82,8 +82,8 @@ extract_seed() { downgrade_compiler_if_needed() { echo "[+] fetching the latest ghost-node source code" - git switch main - git pull origin main + #git switch main + #git pull origin main # 1.86.0 works fine, tested with: # 1.87.0 throws errors during compilation