Merge pull request #5729 from spicewiesel/fix_backup

[Bug Fix] added bzip2 to image install base.sh
pull/5826/head
daniel 6 months ago committed by GitHub
commit fc3656d09a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,6 +16,7 @@ declare -a packages=()
# Standard packages
packages+=(
apt-utils
bzip2
ca-certificates
curl
git

Loading…
Cancel
Save