Update 81-modifications.sh

This commit is contained in:
Alexandre
2025-03-27 14:30:46 +01:00
committed by GitHub
parent 17e2098c39
commit 5375863065

View File

@@ -42,6 +42,9 @@ fi
# General elements # General elements
################## ##################
# Fix numpy
"$PYTHON_VIRTUAL_ENV" /usr/bin/pip install numpy==1.26.4
# Remove Ram drive option from webui # Remove Ram drive option from webui
echo "... removing Ram drive from webui as it is handled from HA" echo "... removing Ram drive from webui as it is handled from HA"
if grep -q "Ram drive" "$HOME/BirdNET-Pi/scripts/service_controls.php"; then if grep -q "Ram drive" "$HOME/BirdNET-Pi/scripts/service_controls.php"; then