Bump netatalk 2.x version to 230701 (#1185)

This commit is contained in:
Daniel Markstedt 2023-07-17 17:23:10 -07:00 committed by GitHub
parent e60e523d0e
commit fa2b02b222
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="230302"
NETATALK_VERSION="230701"
NETATALK_CONFIG_PATH="/etc/netatalk"
NETATALK_OPTIONS="--cores=$CORES --share-name='$FILE_SHARE_NAME' --share-path='$FILE_SHARE_PATH'"