update
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user