dw-0 / kiauh

Klipper Installation And Update Helper
GNU General Public License v3.0
3.27k stars 472 forks source link

Add additional repos #152

Closed LMS0815 closed 2 years ago

LMS0815 commented 2 years ago

Is your feature request related to a problem? Please describe

Kindly add the option to add the repo list and/or extend it.

Describe the solution you'd like

In addition to the current repositories, I would appreciate if you can add/support of the Desuuuu repo as well including the different branches (especially: dgus-display)

Desuuuu repo

Describe alternatives you've considered

Manual Installation

sudo service klipper stop
cd ~
rm -rf ~/klipper
git clone --single-branch --branch dgus-display https://github.com/Desuuuu/klipper
sudo service klipper start

Additional information

The manual installation is causing issues with fluidd software update.

properlypurple commented 2 years ago

Adding here that this will also help with installing a fork like this one https://github.com/PrusaOwners/klipper

LMS0815 commented 2 years ago

THANK YOU!