From a5631ad8f7d19f51279eff3cc9424e59e1b08d37 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Wed, 22 May 2024 11:07:18 +0300 Subject: [PATCH] images --- install/install_binary.sh | 22 ++++++++++---------- install/install_docker.sh | 20 +++++++++--------- install/install_quilibrium_service.sh | 30 +++++++++++++-------------- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/install/install_binary.sh b/install/install_binary.sh index f147d6a..811815e 100644 --- a/install/install_binary.sh +++ b/install/install_binary.sh @@ -3,14 +3,14 @@ cd ~ # Step 0: Welcome -echo "This script is prepared by 0xOzgur.eth" -echo "Enjoy and sit back while you are building your Quilibrium Ceremony Client!" -echo "Processing..." +echo "This script is made with ❤️ by 0xOzgur.eth" +echo "⏳Enjoy and sit back while you are building your Quilibrium Ceremony Client!" +echo "⏳Processing..." sleep 10 # Add a 10-second delay # Step 1: Update and Upgrade the Machine echo "Updating the machine" -echo "Processing..." +echo "⏳Processing..." sleep 2 # Add a 2-second delay apt-get update apt-get upgrade -y @@ -30,26 +30,26 @@ fi sudo sysctl -p # Step 3:Download Ceremonyclient -echo "Downloading Ceremonyclient" +echo "⏳Downloading Ceremonyclient" sleep 2 # Add a 2-second delay git clone https://github.com/QuilibriumNetwork/ceremonyclient.git cd ~/ceremonyclient/node # Step 4:Download Binary -echo "Downloading Binary" +echo "⏳Downloading Binary" sleep 2 # Add a 2-second delay wget https://github.com/QuilibriumNetwork/ceremonyclient/releases/download/v1.4.17/node-1.4.17-linux-amd64.bin ls mv node*.bin node # Step 5:Make the file executable -echo "Making the Binary executable" +echo "⏳Making the Binary executable" sleep 2 # Add a 2-second delay chmod +x node # Step 6:Create Ceremonyclient Service -echo "Creating Ceremonyclient Service" +echo "⏳Creating Ceremonyclient Service" sleep 2 # Add a 2-second delay sudo tee /lib/systemd/system/ceremonyclient.service > /dev/null < /dev/null <