Skip to content

Instantly share code, notes, and snippets.

@matteyeux
Created February 19, 2017 20:08
Show Gist options
  • Save matteyeux/90ea549fa4e1ad963f587147e986836d to your computer and use it in GitHub Desktop.
Save matteyeux/90ea549fa4e1ad963f587147e986836d to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir temp
cd temp
wget http://api.tihmstar.net/builds/futurerestore/futurerestore-latest.zip
unzip futurerestore-latest.zip
cp futurerestore_linux futurerestore
chmod +x futurerestore
sudo cp futurerestore /usr/local/bin
cd ..
rm -rf temp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment