second commit

This commit is contained in:
denis
2026-03-10 13:10:32 +01:00
parent b5cc0106c6
commit 3aac7ff9b9
101 changed files with 22046 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/bash
echo "System Packages Installation: # $0" 1>&2
echo
sudo apt update
#sudo apt upgrade
sudo apt install build-essential openssl git
sudo apt install python3-dev python3-pip python3-venv redis supervisor
sudo apt install default-libmysqlclient-dev libpq-dev
sudo apt install i2c-tools python3-smbus