Skip to content

Commit a6db0e5

Browse files
2 parents 2cfa7ea + b1fd787 commit a6db0e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_aegisum_mac.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ fi
117117
# --------------------------
118118
if [ ! -d "Aegisum" ]; then
119119
echo -e "${GREEN}>>> Cloning Aegisum...${RESET}"
120-
git clone https://github.com/Aegisum/aegisum-core.git
120+
git clone https://github.com/CryptoDevelopmentServices/aegisum-core.git #temp url
121121
mv aegisum-core Aegisum
122122
else
123123
echo -e "${GREEN}>>> Updating Aegisum...${RESET}"
@@ -334,4 +334,4 @@ if [[ -f "$COMPILED_DIR/aegisum-cli" ]]; then
334334
fi
335335

336336

337-
echo -e "\n${CYAN}✔ Build complete! Binaries in: ${COMPILED_DIR}${RESET}"
337+
echo -e "\n${CYAN}✔ Build complete! Binaries in: ${COMPILED_DIR}${RESET}"

0 commit comments

Comments
 (0)