mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
Fix dependency install on Debian 11 (#16683)
Adding cryptsetup breaks some dialog things on Debian 11. Apply some workaround for it. Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Tony Hutter <hutter2@llnl.gov>
This commit is contained in:
parent
aefc2da8a5
commit
2e4e092822
1 changed files with 1 additions and 0 deletions
1
.github/workflows/scripts/qemu-3-deps.sh
vendored
1
.github/workflows/scripts/qemu-3-deps.sh
vendored
|
|
@ -111,6 +111,7 @@ case "$1" in
|
|||
archlinux
|
||||
;;
|
||||
debian*)
|
||||
echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections
|
||||
debian
|
||||
echo "##[group]Install Debian specific"
|
||||
sudo apt-get install -yq linux-perf dh-sequence-dkms
|
||||
|
|
|
|||
Loading…
Reference in a new issue