Skip to content

Commit

Permalink
Add Buster support for non-forked Debian as well
Browse files Browse the repository at this point in the history
Signed-off-by: Micha Felle <[email protected]>
  • Loading branch information
MichaIng authored Jul 1, 2019
1 parent ce6255d commit 641cbb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ do_install() {
debian|raspbian)
dist_version="$(sed 's/\/.*//' /etc/debian_version | sed 's/\..*//')"
case "$dist_version" in
10)
dist_version="buster"
;;
9)
dist_version="stretch"
;;
Expand Down

0 comments on commit 641cbb9

Please sign in to comment.