Fix bsdtar install for bullseye.

Debian bullseye has libarchive-tools replacing the bsdtar package.
master
Icedream 2022-05-28 20:08:05 +02:00
parent 16fb0833bf
commit 1123644052
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ fi
if has_tags pm:apt; then if has_tags pm:apt; then
sudo apt update sudo apt update
apt_install \ apt_install \
bsdtar \ '^(bsdtar|libarchive-tools)$' \
tar \ tar \
gzip \ gzip \
xz-utils \ xz-utils \