From 957f3a6d46caf69f91e2f3a46f8996e1b14bda0e Mon Sep 17 00:00:00 2001 From: Taylor Shrauner-Biggs Date: Sat, 22 Feb 2025 22:19:56 -0600 Subject: [PATCH] update to track tayterz2 fork - not addons tho --- scripts/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build b/scripts/build index a2f65cbe5..cc325c448 100755 --- a/scripts/build +++ b/scripts/build @@ -30,7 +30,7 @@ fi addons_path=../addons if [ ! -d ${addons_path} ];then echo "No existing addons source. Pulling..." - git clone --branch main --single-branch --depth 1 https://github.com/tayterz2/addons.git ../addons + git clone --branch main --single-branch --depth 1 https://github.com/harvester/addons.git ../addons fi source ${SCRIPTS_DIR}/version-harvester $harvester_path