Add Preliminary Debian 11 "Bullseye" Support (#376)

* Add Debian 11 support
This commit is contained in:
emak
2021-11-01 13:27:28 -04:00
committed by GitHub
parent dc9cce9e11
commit 0fbbfe997b
6 changed files with 66 additions and 18 deletions

View File

@@ -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