This commit is contained in:
parent
93b7d0396d
commit
8a1bc3bdcd
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user