diff --git a/api b/api index 57ae631498..1e941665f5 100755 --- a/api +++ b/api @@ -1410,7 +1410,7 @@ shlink_link() { #Runs whenever an app is installed/uninstalled to tally the numb local shlinklink="https://analytics.pi-apps.io/pi-apps-$trigger-$(echo "$app" | tr -d ' ' | sed 's/[^a-zA-Z0-9]//g')/track" #click it #NOTE: any future changes to the user agent should only APPEND - curl -s -X 'GET' "$shlinklink" -H 'accept: image/gif' -A "Pi-Apps Raspberry Pi app store; $model; $SOC_ID; $machine_id; $serial_number; ${os_name^}" >/dev/null + curl -s -X 'GET' "$shlinklink" -H 'accept: image/gif' -A "Pi-Apps Raspberry Pi app store; $model; $SOC_ID; $machine_id; $serial_number; ${os_name^}; $arch" >/dev/null fi } & }