Skip to content

Commit

Permalink
system - enable binaries for Raspbian 10 (buster)
Browse files Browse the repository at this point in the history
 * not all binaries are currently available as support is still being worked on
  • Loading branch information
joolswills committed Nov 6, 2019
1 parent 6ebba0d commit b69b94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scriptmodules/system.sh
Expand Up @@ -99,8 +99,8 @@ function get_os_version() {
__platform_flags+=" xbian"
fi

# we provide binaries for RPI on Raspbian 9 only
if isPlatform "rpi" && compareVersions "$__os_debian_ver" gt 8 && compareVersions "$__os_debian_ver" lt 10; then
# we provide binaries for RPI on Raspbian 9/10
if isPlatform "rpi" && compareVersions "$__os_debian_ver" gt 8 && compareVersions "$__os_debian_ver" lt 11; then
__has_binaries=1
fi
;;
Expand Down

0 comments on commit b69b94d

Please sign in to comment.