git remove at Testnet
This commit is contained in:
parent
988b8a887c
commit
9125cffbaa
@ -54,13 +54,12 @@ fi
|
||||
sudo sysctl -p
|
||||
|
||||
# Step 4:Download Ceremonyclient
|
||||
echo "⏳Downloading Ceremonyclient"
|
||||
echo "⏳Creating Testnet Directories"
|
||||
sleep 1 # Add a 1-second delay
|
||||
mkdir testnet
|
||||
cd ~/testnet
|
||||
git clone https://github.com/QuilibriumNetwork/ceremonyclient.git
|
||||
mkdir ceremonyclient
|
||||
cd ~/testnet/ceremonyclient/
|
||||
git checkout release
|
||||
|
||||
# Determine the ExecStart line based on the architecture
|
||||
ARCH=$(uname -m)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user