mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-03-11 22:53:07 +00:00
Merge pull request #5729 from spicewiesel/fix_backup
[Bug Fix] added bzip2 to image install base.sh
This commit is contained in:
commit
fc3656d09a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ declare -a packages=()
|
|||
# Standard packages
|
||||
packages+=(
|
||||
apt-utils
|
||||
bzip2
|
||||
ca-certificates
|
||||
curl
|
||||
git
|
||||
|
|
Loading…
Add table
Reference in a new issue