ptx2 / gymnasticon

Make obsolete and/or proprietary exercise bikes work with popular cycling training apps like Zwift, TrainerRoad, Rouvy and more.
https://ptx2.net/posts/unbricking-a-bike-with-a-raspberry-pi
MIT License
297 stars 38 forks source link

Fix file-not-found issue in pi-sdcard build process #69

Closed chriselsen closed 3 years ago

chriselsen commented 3 years ago

Use absolute path for curl and sha256sum to prevent changing path into tmp dir. This prevents subsequent path not found errors.

ptx2 commented 3 years ago

Nice catch! 🤦