From 5c469a6fe6ac4928831b74f7dd2fc0abe0b896f5 Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Thu, 23 May 2024 03:35:16 +0300 Subject: [PATCH] Added Prerequisites for scratch debian machines --- install/install_quilibrium_service.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install/install_quilibrium_service.sh b/install/install_quilibrium_service.sh index 5708818..b761aa1 100644 --- a/install/install_quilibrium_service.sh +++ b/install/install_quilibrium_service.sh @@ -13,8 +13,10 @@ sleep 10 # Add a 10-second delay echo "Updating the machine" echo "⏳Processing..." sleep 2 # Add a 2-second delay -apt-get update -apt-get upgrade -y +apt update +apt upgrade -y +apt install sudo -y +apt apt install git -y # Step 2: Adjust network buffer sizes echo "Adjusting network buffer sizes..."