Skip to content

Commit

Permalink
Use new Team-Eureka URL for OTA Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
riptidewave93 committed Nov 21, 2013
1 parent 7215fe4 commit dccc237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnedcast-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ do
BuildVersion="$(getprop ro.build.version.incremental)"
BuildRevision="$(cat /chrome/pwnedcast_ver)"
SerialHash=`busybox sha1sum /factory/serial.txt | busybox awk '{ print $1 }'` # We only use your serial hash
URL="http://pwnedcast.servernetworktech.com/ota/update.php?version=$BuildVersion-$BuildRevision&serial=$SerialHash"
URL="http://ota.team-eureka.com/ota/update.php?version=$BuildVersion-$BuildRevision&serial=$SerialHash"

# Check for the update
echo "PWNEDCAST-OTA: Checking for Updates"
Expand Down

0 comments on commit dccc237

Please sign in to comment.