added signature

This commit is contained in:
0xOzgur 2024-05-18 18:35:13 +03:00
parent 9d251016a9
commit fd46683408

View File

@ -1,5 +1,12 @@
#!/bin/bash -i
# Step 0: Welcome
echo "This script is prepared by 0xOzgur.eth"
echo "Enjoy and sit back while you are building your Quilibrium Node!"
echo "Processing..."
sleep 10 # Add a 5-second delay
# Installing Go 1.20.14
wget https://go.dev/dl/go1.20.14.linux-amd64.tar.gz
sudo tar -xvf go1.20.14.linux-amd64.tar.gz || { echo "Failed to extract Go! Exiting..."; exit_message; exit 1; }