Created
February 19, 2017 20:08
-
-
Save matteyeux/90ea549fa4e1ad963f587147e986836d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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