Bump Netatalk to v230302 (#1142)

This commit is contained in:
Daniel Markstedt 2023-04-09 17:29:25 -07:00 committed by GitHub
parent 1a5f185183
commit 8dd5071122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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