Fix Moonraker dbus-fast dependancies

This commit is contained in:
Cyril 2025-01-12 22:51:07 +01:00
parent 1ff5257b82
commit 8d2963a47c
2 changed files with 2 additions and 1 deletions

View file

@ -73,6 +73,7 @@ function install_moonraker_nginx(){
echo -e "Info: Installing necessary packages..."
cd "$MOONRAKER_FOLDER"/moonraker-env/bin
python3 -m pip install --no-cache-dir pyserial-asyncio==0.6
python3 -m pip install --no-cache-dir "dbus-fast<=2.28.0"
echo -e "Info: Starting Nginx service..."
start_nginx
echo -e "Info: Starting Moonraker service..."