From 7fad4c41019c4ca37c757d05a1278b2864982f51 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 6c8d275..e7c4aa8 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 ```