SBFspot / sbfspot-config

Installation/Configuration tool for SBFspot on Raspberry Pi
43 stars 11 forks source link

sbfspot-config will not install version 3.6.0 #19

Closed michaelsidenius closed 4 years ago

michaelsidenius commented 4 years ago

sbfspot-config can only find the 3.5.x versions.

line 392:local rlist=($(grep -Po "(\d+\.)(\d+\.)(\d)/.*\.gz" "$tmppath/releases"))

will not extract any 3.6.0 gz files

Apparently the version 3.6.0 does not have a subdirectory så it will not show up. This line will show it: local rlist=($(grep -Po "(\d+\.)(\d+\.)(\d).*\.gz" "$tmppath/releases")) Removed the "/"

sbf- commented 4 years ago

V3.6.0 doesn’t have any precompiled files yet, so it’s normal you don’t see it in the list. See also #14

sbf- commented 4 years ago

Fixed in V1.1.0