4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-13 20:56:36 +00:00

Add missing package from beanstalkd setup.

This commit is contained in:
Buster Neece 2023-01-13 00:46:53 -06:00
parent a387476d90
commit 560b162960
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 2 additions and 3 deletions

View File

@ -15,4 +15,5 @@ apt-get install -y --no-install-recommends \
nginx nginx-common openssl \ nginx nginx-common openssl \
sftpgo \ sftpgo \
tmpreaper \ tmpreaper \
zstd zstd \
netbase

View File

@ -20,6 +20,4 @@ install_without_postinst() {
rm -rf /tmp/install_$PACKAGE rm -rf /tmp/install_$PACKAGE
} }
apt-get install -y --no-install-recommends netbase
install_without_postinst beanstalkd install_without_postinst beanstalkd