Bump to Netatalk 2.221101 (#983)

This commit is contained in:
Daniel Markstedt 2022-11-11 21:35:46 -08:00 committed by GitHub
parent 454c61ac0d
commit a7a8510796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ function setupWirelessNetworking() {
# Downloads, compiles, and installs Netatalk (AppleShare server)
function installNetatalk() {
NETATALK_VERSION="2-220801"
NETATALK_VERSION="2-221101"
NETATALK_CONFIG_PATH="/etc/netatalk"
if [ -d "$NETATALK_CONFIG_PATH" ]; then