Upload files to "/"

This commit is contained in:
2024-10-16 16:45:56 +05:30
commit 9d3f3feb32
5 changed files with 21 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
sudo apt install -y python3-libcamera python3-kms++ python3-picamera2
if error occured due to above code run below commands:
ps aux | grep apt
sudo kill -9 ID (id is the process that holds the dpkg, id obtained from the 1st command)