Add license agreement for firmware-ivtv

This commit is contained in:
Fierelier 2023-08-23 10:51:28 +02:00
parent 48be9ece96
commit 2d2ad86dca
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ cat << EOF | debconf-set-selections
firmware-ipw2x00 firmware-ipw2x00/license/accepted boolean true
EOF
cat << EOF | debconf-set-selections
firmware-ivtv firmware-ivtv/license/accepted boolean true
EOF
python3 << EOF
import apt
cache = apt.Cache()