0xOzgur 2024-05-30 01:59:48 +03:00
parent 93b7d0396d
commit 8a1bc3bdcd
3 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ cd ~
if [ -d "ceremonyclient" ]; then
echo "Directory ceremonyclient already exists, skipping git clone..."
else
until git clone https://github.com/QuilibriumNetwork/ceremonyclient.git; do
until git clone https://source.quilibrium.com/quilibrium/ceremonyclient.git; do
echo "Git clone failed, retrying..."
sleep 2
done

View File

@ -53,7 +53,7 @@ sudo sysctl -p
# Step 6:Download Ceremonyclient
echo "⏳Downloading Ceremonyclient"
sleep 2 # Add a 2-second delay
git clone https://github.com/QuilibriumNetwork/ceremonyclient.git
git clone https://source.quilibrium.com/quilibrium/ceremonyclient.git
cd ~/ceremonyclient
git checkout release

View File

@ -76,7 +76,7 @@ cd ~
if [ -d "ceremonyclient" ]; then
echo "Directory ceremonyclient already exists, skipping git clone..."
else
until git clone https://github.com/QuilibriumNetwork/ceremonyclient.git; do
until git clone https://source.quilibrium.com/quilibrium/ceremonyclient.git; do
echo "Git clone failed, retrying..."
sleep 2
done