From 4cd9eaa14c705ec045475b52923f1d2ad08dc62c Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:43:37 -0400 Subject: [PATCH] install: switch installation analytics to using pi-apps.io domain --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index cda034b6ba..fdd646046a 100755 --- a/install +++ b/install @@ -64,7 +64,7 @@ elif [ ! -d "$DIRECTORY" ];then error "Pi-Apps download failed!\ngit clone output was: $output" fi #click new installation analytics link - curl -s -X 'GET' "https://pi-apps-analytics.linkpc.net/pi-apps-install-script/track" -H 'accept: image/gif' -A "Pi-Apps Raspberry Pi app store" >/dev/null & + curl -s -X 'GET' "https://analytics.pi-apps.io/pi-apps-install-script/track" -H 'accept: image/gif' -A "Pi-Apps Raspberry Pi app store" >/dev/null & fi #Past this point, DIRECTORY variable populated with valid pi-apps directory