Merge pull request #255 from Lovmong/main
Please restore i2samp.h support for Raspbian buster system.
This commit is contained in:
commit
2e3f8e6dc3
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ raspbian_check() {
|
|||
elif cat /etc/os-release | grep "bullseye" > /dev/null; then
|
||||
IS_SUPPORTED=false && IS_EXPERIMENTAL=true
|
||||
elif cat /etc/os-release | grep "buster" > /dev/null; then
|
||||
IS_SUPPORTED=false && IS_EXPERIMENTAL=false
|
||||
IS_SUPPORTED=false && IS_EXPERIMENTAL=true
|
||||
elif cat /etc/os-release | grep "stretch" > /dev/null; then
|
||||
IS_SUPPORTED=false && IS_EXPERIMENTAL=false
|
||||
elif cat /etc/os-release | grep "jessie" > /dev/null; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue