mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-03-12 07:05:42 +00:00
added bzip2 to image install base.sh
This commit is contained in:
parent
5def2395fb
commit
2e9be770eb
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ declare -a packages=()
|
||||||
# Standard packages
|
# Standard packages
|
||||||
packages+=(
|
packages+=(
|
||||||
apt-utils
|
apt-utils
|
||||||
|
bzip2
|
||||||
ca-certificates
|
ca-certificates
|
||||||
curl
|
curl
|
||||||
git
|
git
|
||||||
|
|
Loading…
Add table
Reference in a new issue