Bump Netatalk version to 2.230201 (#1093)

This commit is contained in:
Daniel Markstedt 2023-02-05 09:30:45 -08:00 committed by GitHub
parent 870a332d56
commit 4d9d90aaa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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