From a45261ec880704b5c7b7ba6137ce129864588050 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Sat, 25 May 2024 15:05:01 +0300 Subject: [PATCH] rm other architecture updates --- profile/.profile_binary | 2 +- updateAmd64.sh | 48 ----------------------------------------- updateDarwinArm64.sh | 48 ----------------------------------------- updateLinuxArm64.sh | 48 ----------------------------------------- 4 files changed, 1 insertion(+), 145 deletions(-) delete mode 100644 updateAmd64.sh delete mode 100644 updateDarwinArm64.sh delete mode 100644 updateLinuxArm64.sh diff --git a/profile/.profile_binary b/profile/.profile_binary index 98b382b..8cd490f 100644 --- a/profile/.profile_binary +++ b/profile/.profile_binary @@ -19,7 +19,7 @@ neofetch alias peer-count='cd ~/ceremonyclient/node && grpcurl -plaintext -max-msg-sz 150000000 localhost:8337 quilibrium.node.node.pb.NodeService.GetPeerInfo | grep peerId | wc -l && cd ~' -alias node-info='cd ~/ceremonyclient/node && ./node-1.4.18-linux-amd64 -node-info && cd ~' +alias PeerManifests='cd ~/ceremonyclient/node && ./node-1.4.18-linux-amd64 -node-info && cd ~' alias db-console='cd ~/ceremonyclient/node && ./node-1.4.18-linux-amd64 --db-console && cd ~' alias balance='cd ~/ceremonyclient/node && ./node-1.4.18-linux-amd64 -balance && cd ~' alias nlog='sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat' diff --git a/updateAmd64.sh b/updateAmd64.sh deleted file mode 100644 index 485c978..0000000 --- a/updateAmd64.sh +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/bash - -# Step 0: Welcome -echo "This script is made with ❤️ by 0xOzgur.eth" -echo "⏳Enjoy and sit back while you are upgrading your Quilibrium Node to v1.4.18!" -echo "⏳Processing..." -sleep 10 # Add a 10-second delay - -# Stop the ceremonyclient service -service ceremonyclient stop - -# Step 1:Download Binary -echo "⏳ Downloading New Release v1.4.18" -cd ~/ceremonyclient -git pull -git checkout release - -# Step 3:Re-Create Ceremonyclient Service -echo "⏳ Re-Creating Ceremonyclient Service" -sleep 2 # Add a 2-second delay -rm /lib/systemd/system/ceremonyclient.service -sudo tee /lib/systemd/system/ceremonyclient.service > /dev/null < /dev/null < /dev/null <