This commit is contained in:
root
2025-06-23 13:32:16 +02:00
parent 96231582f5
commit 806f95df75
4 changed files with 6 additions and 7 deletions

View File

@@ -76,6 +76,7 @@ install_dependencies() {
"git"
"apache2"
"php"
"php-sqlite3"
"sqlite3"
"python3"
"python3-pip"
@@ -88,6 +89,7 @@ install_dependencies() {
"python3-serial"
"python3-requests"
"python3-schedule"
"python3-rpi.gpio"
)
for package in "${packages[@]}"; do
@@ -112,7 +114,6 @@ install_python_packages() {
"pyserial"
"requests"
"schedule"
"RPi.GPIO"
"gpiozero"
"smbus2"
"adafruit-circuitpython-bme280"