We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb9d5c commit dbf319eCopy full SHA for dbf319e
bin/install_assistant.sh
@@ -139,7 +139,7 @@ else
139
fi
140
141
echo -e "\n${BLUE}Cloning the Sweep repository in ${INSTALL_PATH}...${NC}\n"
142
-git clone https://github.com/sweepai/sweep
+GIT_LFS_SKIP_SMUDGE=1 git clone --depth 1 --single-branch https://github.com/sweepai/sweep
143
cd sweep/platform
144
145
echo -e "\n${BLUE}Storing OpenAI API key...${NC}"
0 commit comments