From 0ce38a43c72b77e5cc4b1eff9d7d61501782cf0d Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 7 Oct 2024 00:45:06 +0530 Subject: [PATCH] Added auto yes in apt install git --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c57e16..69b4c45 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This project is a uses the AdaFruit libraries for sensing temperature using DHT1 1. Install some prerequisite packages: ```shell sudo apt update &&\ -sudo apt install git +sudo apt install git -y ```