Skip to content

Instantly share code, notes, and snippets.

View wiiaam's full-sized avatar
💭
I may be slow to respond.

William Howell wiiaam

💭
I may be slow to respond.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am wiiaam on github.
  • I am wiiaam (https://keybase.io/wiiaam) on keybase.
  • I have a public key whose fingerprint is 09FE 5C1E AC8F AA27 5648 23D2 5CAB 740A C5F0 89BC

To claim this, I am signing this object:

@wiiaam
wiiaam / fdroid.sh
Last active January 21, 2016 01:18
#!/bin/sh
cd /path/to/fdroid/repo/
wget https://build.tox.chat/job/antox_build_android_arm_release/lastSuccessfulBuild/artifact/antox.apk -O antox.apk.new
if [ -s ./antox.apk.new ]; then
mv antox.apk.new antox.apk
fdroid update --create-metadata
fdroid server update
else
rm -r antox.apk.new