diff --git a/i2samp.sh b/i2samp.sh index 5024adc..07622b9 100755 --- a/i2samp.sh +++ b/i2samp.sh @@ -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