diff --git a/easyinstall.sh b/easyinstall.sh index 9f3a30d5..499476d0 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -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'"