Skip to content

Instantly share code, notes, and snippets.

@GlasFrost
Created August 20, 2014 12:13
Show Gist options
  • Save GlasFrost/247eb7b1a13b59f2ebda to your computer and use it in GitHub Desktop.
Save GlasFrost/247eb7b1a13b59f2ebda to your computer and use it in GitHub Desktop.
Always run the latest version (nightly) of uTox (i686) (binary is stored in ~/Downloads) (requires unix-like os) (tested on kubuntu 14.04)
#!/bin/bash
cd ~/Downloads
curl -v -L https://jenkins.libtoxcore.so/job/uTox_linux_i686/lastSuccessfulBuild/artifact/utox/utox_linux_i686.tar.xz | tar xJf -
./utox
@GlasFrost
Copy link
Author

Feel free to fork and edit this so others can use your improved version!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment