Bump to Netatalk 2.x 230301 (#1119)

This commit is contained in:
Daniel Markstedt 2023-03-06 09:18:04 -08:00 committed by GitHub
parent f5ac9376b1
commit b6cc6a23af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ function setupWirelessNetworking() {
# Downloads, compiles, and installs Netatalk (AppleShare server)
function installNetatalk() {
NETATALK_VERSION="230202"
NETATALK_VERSION="230301"
NETATALK_CONFIG_PATH="/etc/netatalk"
NETATALK_OPTIONS="--cores=$CORES --share-name='$FILE_SHARE_NAME' --share-path='$FILE_SHARE_PATH'"