From 8419d5024871461965aa533304b59d520cbb2a5a Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:24:49 +0300 Subject: [PATCH] update fix --- update/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update/update.sh b/update/update.sh index 9dd38cd..1323c19 100644 --- a/update/update.sh +++ b/update/update.sh @@ -11,8 +11,8 @@ sleep 5 # Add a 5-second delay echo "Updating node..." service ceremonyclient stop -apt install cpulimit -y -apt install gawk -y #incase it is not installed +# apt install cpulimit -y +# apt install gawk -y #incase it is not installed # Download Binary echo "⏳ Downloading New Release v$VERSION"