Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dbf319e

Browse files
committedJan 30, 2024
Sped up install assistant script
1 parent 7cb9d5c commit dbf319e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/install_assistant.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ else
139139
fi
140140

141141
echo -e "\n${BLUE}Cloning the Sweep repository in ${INSTALL_PATH}...${NC}\n"
142-
git clone https://github.com/sweepai/sweep
142+
GIT_LFS_SKIP_SMUDGE=1 git clone --depth 1 --single-branch https://github.com/sweepai/sweep
143143
cd sweep/platform
144144

145145
echo -e "\n${BLUE}Storing OpenAI API key...${NC}"

0 commit comments

Comments
 (0)
Please sign in to comment.