1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-11 22:53:07 +00:00

added bzip2 to image install base.sh

This commit is contained in:
Tilman Beitter 2025-02-11 08:27:14 +01:00
parent 5def2395fb
commit 2e9be770eb

View file

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