PiSugar / pisugar-power-manager-rs

PiSugar Power Manger in rust language
https://www.pisugar.com/
GNU General Public License v3.0
130 stars 15 forks source link

Fix typo in link for pisugar-programmer rpm package #113

Closed withoutgettingwet closed 4 months ago

withoutgettingwet commented 4 months ago

Replaced an underscore with a dash before the ${version} variable in the line that links to the pisugar-programmer rpm package, previously led to 404 regardless of version. Previously referenced in https://github.com/PiSugar/PiSugar/issues/130

withoutgettingwet commented 4 months ago

I couldn't find PiSugarUpdate.sh anywhere in this repository, so note that this does not fix the problem with PiSugarUpdate.sh mentioned in the above issue:

In PiSugarUpdate.sh, referenced on the same wiki page as above, lines 19, 20, and 47 are hardcoded to use programmer 1.6.4 (now out of date) and only in a deb package for armhf architecture. There is also a very minor typo (will not effect function) in line 25 where it says "stoping" instead of "stopping".