Merge pull request #199 from makermelissa/main
Add bullseye to i2samp version check
This commit is contained in:
commit
a9c0da65b0
1 changed files with 2 additions and 0 deletions
|
|
@ -228,6 +228,8 @@ raspbian_check() {
|
|||
if [ -f /etc/os-release ]; then
|
||||
if cat /etc/os-release | grep "/sid" > /dev/null; then
|
||||
IS_SUPPORTED=false && IS_EXPERIMENTAL=true
|
||||
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=true
|
||||
elif cat /etc/os-release | grep "stretch" > /dev/null; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue