Skip to content

Commit

Permalink
Detect Raspbian Buster
Browse files Browse the repository at this point in the history
Closes: diem#2463
Approved by: metajack
  • Loading branch information
bschwab authored and bors-libra committed Feb 6, 2020
1 parent 1e0829b commit a6ae7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ ! -f Cargo.toml ]; then
fi

PACKAGE_MANAGER=
if [[ "$OSTYPE" == "linux-gnu" ]]; then
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
if which yum &>/dev/null; then
PACKAGE_MANAGER="yum"
elif which apt-get &>/dev/null; then
Expand Down

0 comments on commit a6ae7b0

Please sign in to comment.