Add Debian 11 support
This commit is contained in:
parent
5a834f6900
commit
67cc3894d1
|
|
@ -25,6 +25,9 @@ fi
|
||||||
if [ ."$os_codename" = ."buster" ]; then
|
if [ ."$os_codename" = ."buster" ]; then
|
||||||
apt install -y libvpx5
|
apt install -y libvpx5
|
||||||
fi
|
fi
|
||||||
|
if [ ."$os_codename" = ."bullseye" ]; then
|
||||||
|
apt install -y libvpx6
|
||||||
|
fi
|
||||||
|
|
||||||
# additional dependencies
|
# additional dependencies
|
||||||
apt install -y sqlite3 swig3.0 unzip
|
apt install -y sqlite3 swig3.0 unzip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue