Add Debian 11 support

This commit is contained in:
emak 2021-10-31 17:15:51 -04:00 committed by GitHub
parent 5a834f6900
commit 67cc3894d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 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