From 67cc3894d16f233ff1be5ebbae0d67b76332f4c1 Mon Sep 17 00:00:00 2001 From: emak Date: Sun, 31 Oct 2021 17:15:51 -0400 Subject: [PATCH] Add Debian 11 support --- debian/resources/switch/source-release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index 9615ef2..62364ff 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -25,6 +25,9 @@ fi if [ ."$os_codename" = ."buster" ]; then apt install -y libvpx5 fi +if [ ."$os_codename" = ."bullseye" ]; then + apt install -y libvpx6 +fi # additional dependencies apt install -y sqlite3 swig3.0 unzip