diff --git a/update.sh b/update.sh index ec0b82d..b6ebc30 100644 --- a/update.sh +++ b/update.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Set the version number +VERSION="1.4.18" + # Step 0: Welcome echo "This script is made with ❤️ by https://quilibrium.space @ 0xOzgur.eth for scalepod.io" sleep 2 # Add a 2-second delay diff --git a/update_arm64.sh b/update_arm64.sh index 26047b9..da9cd21 100644 --- a/update_arm64.sh +++ b/update_arm64.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Set the version number +VERSION="1.4.18" + # Step 0: Welcome echo "This script is made with ❤️ by https://quilibrium.space @ 0xOzgur.eth for scalepod.io" sleep 2 # Add a 2-second delay @@ -18,7 +21,7 @@ HOME=$(eval echo ~$HOME_DIR) # Use the home directory in the path NODE_PATH="$HOME/ceremonyclient/node" -EXEC_START="$NODE_PATH/node-1.4.18-linux-arm64" +EXEC_START="$NODE_PATH/node-$VERSION-linux-arm64" # Step 3:Re-Create Ceremonyclient Service rm /lib/systemd/system/ceremonyclient.service