ArmoredTurtle / AFC-Klipper-Add-On

Automated Filament Changer Software
GNU General Public License v3.0
31 stars 14 forks source link

Updated install script #70

Closed ejsears closed 2 weeks ago

ejsears commented 2 weeks ago

If using the install-afc.sh script on the DEV branch, it must be called like ./install-afc.sh -b DEV. Ensure you also git checkout DEV once the repository is cloned.

This does remove the ability to run the wget -O - <url> | bash functionality however since an interactive script can not be run from a piped output from wget.