From 04509fac889756d4bccac0a1dd50a703300f34c2 Mon Sep 17 00:00:00 2001 From: Lovmong <48168632+Lovmong@users.noreply.github.com> Date: Fri, 11 Aug 2023 15:59:24 +0800 Subject: [PATCH] restore support for Raspbian buster --- i2samp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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