From 8dd5071122b31fd0418f67c3816b4f086bbe88c2 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sun, 9 Apr 2023 17:29:25 -0700 Subject: [PATCH] Bump Netatalk to v230302 (#1142) --- easyinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyinstall.sh b/easyinstall.sh index 37084a61..33c2fdb6 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -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'"