Bump to netatalk 2.3.2

This commit is contained in:
Daniel Markstedt 2024-04-21 07:41:56 +09:00
parent 85dc2cf0be
commit a7538980d7
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ function createFileSharingDir() {
# Downloads, compiles, and installs Netatalk (AppleShare server)
function installNetatalk() {
NETATALK_VERSION="2.3.1"
NETATALK_VERSION="2.3.2"
NETATALK_CONFIG_PATH="/etc/netatalk"
NETATALK_OPTIONS="--base-dir=$BASE/tmp/netatalk-$NETATALK_VERSION --cores=$CORES --share-name='$FILE_SHARE_NAME' --share-path='$FILE_SHARE_PATH'"