Fix bsdtar install for bullseye.
Debian bullseye has libarchive-tools replacing the bsdtar package.master
parent
16fb0833bf
commit
1123644052
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue