Added auto yes in apt install git

This commit is contained in:
K
2024-10-07 00:45:06 +05:30
parent 626c77449f
commit 7fad4c4101
+1 -1
View File
@@ -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
```