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..."

View file

@ -99,7 +99,7 @@ function set_paths() {
# Improved Shapers Calibrations #
IMP_SHAPERS_FOLDER="${HS_CONFIG_FOLDER}/improved-shapers"
IMP_SHAPERS_URL="${HS_FILES}/improved-shapers/"
IMP_SHAPERS_URL="${HS_FILES}/improved-shapers"
# Useful Macros #
USEFUL_MACROS_FILE="${HS_CONFIG_FOLDER}/useful-macros.cfg"