Update moonraker_obico.sh

This commit is contained in:
Cyril 2024-05-17 19:40:29 +02:00
parent 03ba2434d8
commit 1c54a94e8e

View file

@ -29,6 +29,7 @@ function install_moonraker_obico(){
git clone "$MOONRAKER_OBICO_URL" "$MOONRAKER_OBICO_FOLDER"
fi
echo -e "Info: Running Moonraker Obico installer..."
pip3 uninstall virtualenv -y > /dev/null 2>&1
cd "$MOONRAKER_OBICO_FOLDER"
sh ./scripts/install_creality.sh -k
ok_msg "Moonraker Obico has been installed successfully!"