We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cfa7ea + b1fd787 commit a6db0e5Copy full SHA for a6db0e5
build_aegisum_mac.sh
@@ -117,7 +117,7 @@ fi
117
# --------------------------
118
if [ ! -d "Aegisum" ]; then
119
echo -e "${GREEN}>>> Cloning Aegisum...${RESET}"
120
- git clone https://github.com/Aegisum/aegisum-core.git
+ git clone https://github.com/CryptoDevelopmentServices/aegisum-core.git #temp url
121
mv aegisum-core Aegisum
122
else
123
echo -e "${GREEN}>>> Updating Aegisum...${RESET}"
@@ -334,4 +334,4 @@ if [[ -f "$COMPILED_DIR/aegisum-cli" ]]; then
334
fi
335
336
337
-echo -e "\n${CYAN}✔ Build complete! Binaries in: ${COMPILED_DIR}${RESET}"
+echo -e "\n${CYAN}✔ Build complete! Binaries in: ${COMPILED_DIR}${RESET}"
0 commit comments