This commit is contained in:
0xOzgur 2024-05-19 19:39:45 +03:00
parent 79135fce25
commit e6ee336b59

View File

@ -32,7 +32,7 @@ apt-cache policy docker-ce
echo "Installing Docker"
echo "Processing..."
sleep 2 # Add a 2-second delay
sudo apt install docker-ce
sudo apt install docker-ce -y
# Step 5:Download Ceremonyclient
echo "Downloading Ceremonyclient"