Skip to content

Commit

Permalink
install: switch installation analytics to using pi-apps.io domain
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Aug 28, 2024
1 parent 2c44637 commit 4cd9eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cd9eaa

Please sign in to comment.