Remove the "distro" config option as it is not necessary. If there is a need to identify the linux distribution that can now be done through the distro dependency. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
16 lines
490 B
Plaintext
16 lines
490 B
Plaintext
# Supplemental configuration for Moonraker's Update Manager
|
|
# component. This file should not be modified.
|
|
|
|
[update_manager moonraker]
|
|
origin: https://github.com/arksine/moonraker.git
|
|
requirements: scripts/moonraker-requirements.txt
|
|
venv_args: -p python3
|
|
install_script: scripts/install-moonraker.sh
|
|
|
|
|
|
[update_manager klipper]
|
|
origin: https://github.com/kevinoconnor/klipper.git
|
|
requirements: scripts/klippy-requirements.txt
|
|
venv_args: -p python2
|
|
install_script: scripts/install-octopi.sh
|