From 1787eb8011377924715d4944e7f3adadad028807 Mon Sep 17 00:00:00 2001 From: apaz-cli Date: Mon, 10 Feb 2025 11:58:41 -0600 Subject: [PATCH] Also clone related repos. --- setup | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup b/setup index 85f7543..30f8536 100644 --- a/setup +++ b/setup @@ -84,6 +84,11 @@ cp -r Dotfiles/.nano* "$HOME/" # Set up prime intellect server if [ ! "$PRIME" = "" ]; then + + echo "Cloning related repos." + git clone https://github.com/primeintellect-ai/CPUOptimizer + git clone https://github.com/primeintellect-ai/pccl + echo "Setting up Prime..." curl -sSL https://raw.githubusercontent.com/PrimeIntellect-ai/prime/main/scripts/install/install.sh > /tmp/prime_install.sh chmod +x /tmp/prime_install.sh