manu7irl / klipper-DWC2-installer

to streamline the install or upgrade of KLIPPER & DWC2 front-end for it. With these 2 together no need to use octoprint. I run mine on orangepi zero with H2+ CPU 512MB and it works nicely.
GNU General Public License v3.0
55 stars 13 forks source link

Can't install Klipper #3

Closed exxperto closed 4 years ago

exxperto commented 4 years ago

Hi! When I try to install Klipper it interrupt. How to make more verbose output during installation? What reason?

==========================
    INSTALL OR UPDATE
    KLIPPER & DWC2
    OCTOPRINT
    BY MANU7IRL
==========================
1. Install KLIPPER
2. Update KLIPPER
3. Flash your MCU
4. Install DWC2
5. Update DWC2
6. Install OCTOPRINT
7. Uninstall KLIPPER & DWC
8. Uninstall OCTOPRINT
9. Exit
Please choose what to do, then press [ENTER] [ 1 - 9 ] 1

###### Starting KLIPPER install process...

###### Cloning the KLIPPER folder From GITHUB...
dietpi@DietPi:~/klipper-DWC2-installer$
exxperto commented 4 years ago

I found a reason: I have missed rsync in my system. You need check this dependency.

Next trouble - incorrect URL:

dietpi@DietPi:~/klipper-DWC2-installer$ curl -s https://api.github.com/repos/chrishamm/duetwebcontrol/releases/latest
{
  "message": "Moved Permanently",
  "url": "https://api.github.com/repositories/28820678/releases/latest",
  "documentation_url": "https://developer.github.com/v3/#http-redirects"
}
exxperto commented 4 years ago

Great work with this script! Thank you!