From 033d49832f8c63b7742242bfeb0482a428d93c88 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Sun, 26 May 2024 14:48:22 +0300 Subject: [PATCH] bugfix --- 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 f601eab..a1cf40a 100644 --- a/install/install_quilibrium_service.sh +++ b/install/install_quilibrium_service.sh @@ -14,7 +14,7 @@ echo "⏳Processing..." sleep 2 # Add a 2-second delay apt update apt upgrade -y -apt install sudo -y #for non root Debian OS +apt install sudo -y apt install git -y # Step 2: Adjust network buffer sizes