From 9fd70e67c85e6007f2dcb0edc2012cbca30a0c06 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Sat, 8 Jun 2024 11:06:20 +0300 Subject: [PATCH] Version update --- update.sh | 3 +++ update_arm64.sh | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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