From 06067bcbd3786920e89660346d157a5d77335adc Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Thu, 23 May 2024 03:50:41 +0300 Subject: [PATCH] bug fix --- install/install_quilibrium_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install_quilibrium_service.sh b/install/install_quilibrium_service.sh index b761aa1..6fc0a20 100644 --- a/install/install_quilibrium_service.sh +++ b/install/install_quilibrium_service.sh @@ -16,7 +16,7 @@ sleep 2 # Add a 2-second delay apt update apt upgrade -y apt install sudo -y -apt apt install git -y +apt install git -y # Step 2: Adjust network buffer sizes echo "Adjusting network buffer sizes..."