From b3ac438fc567f91c682f3f31fa5f14af97e9a9a5 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Sun, 2 Jun 2024 20:12:32 +0300 Subject: [PATCH] bugfix --- Quilibrium.sh | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Quilibrium.sh b/Quilibrium.sh index 6733739..dfc4d18 100644 --- a/Quilibrium.sh +++ b/Quilibrium.sh @@ -54,8 +54,8 @@ install_prerequisites() { } install_node() { - echo "Installing node..." - # Step 1: Update and Upgrade the Machine + echo "Installing node..." + # Step 1: Update and Upgrade the Machine echo "Updating the machine" echo "⏳Processing..." sleep 2 # Add a 2-second delay @@ -159,20 +159,20 @@ install_node() { echo "ceremonyclient.service file does not exist. No action taken." fi - sudo tee /lib/systemd/system/ceremonyclient.service > /dev/null < /dev/null <