From b87f489483c6837cfa896e527a83a3983deeec5a Mon Sep 17 00:00:00 2001
From: rpiotrowski <robert.piotrowski1@pg.edu.pl>
Date: Tue, 3 Dec 2024 22:23:03 +0100
Subject: [PATCH] Fix notatki

---
 notatki.txt | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/notatki.txt b/notatki.txt
index 8e9ea33..af97af9 100644
--- a/notatki.txt
+++ b/notatki.txt
@@ -1,4 +1,4 @@
-docker-compose down --rmi all -v --remove-orphans
+docker compose down --rmi all -v --remove-orphans
 
 
 sudo apt install rpi-connect
@@ -49,12 +49,7 @@ if [ $? != 0 ]; then
 fi
 
 
-sudo apt install python3-paho-mqtt
-sudo apt install python3-serial
-sudo apt install python3-yaml
-
-
-
+sudo apt install python3-paho-mqtt python3-serial python3-yaml
 
 pi@sustronicsRPI:~ $ cat test.py 
 #!/usr/bin/env  python3
-- 
GitLab