forgot a sudo

This commit is contained in:
Otto 2024-04-11 17:34:49 +02:00
parent 6168bda9bc
commit 8763b78437

View File

@ -73,7 +73,7 @@ check_requirements()
fi fi
echo "Moonraker configuration found at ${MOONRAKER_CONFIG}" echo "Moonraker configuration found at ${MOONRAKER_CONFIG}"
apt install python3-requests sudo apt install python3-requests
} }
# Step 4: Link extension to Klipper # Step 4: Link extension to Klipper