Describe the bug
The install.sh installation script has an invalid link to the log4bash repo. Log4bash is not downloaded which generates an error message and the installer quits with the following error:
Error: log4bash not downloaded.
To Reproduce:
- Run the installer on a fresh Klipper installation
- Observe the error message appear within moments
Additional context
The correct URL: https://github.com/fredpalmer/log4bash/blob/master/log4bash.sh
The URL in install.sh: https://raw.githubusercontent.com/fredpalmer/log4bash/master/log4bash.sh
Describe the bug
The install.sh installation script has an invalid link to the log4bash repo. Log4bash is not downloaded which generates an error message and the installer quits with the following error:
Error: log4bash not downloaded.To Reproduce:
Additional context
The correct URL:
https://github.com/fredpalmer/log4bash/blob/master/log4bash.shThe URL in install.sh:
https://raw.githubusercontent.com/fredpalmer/log4bash/master/log4bash.sh