Last active
March 9, 2019 19:34
-
-
Save matteyeux/9a7b172b31c91903e7f37f7cc4e95178 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 | |
cd ~ | |
git clone https://github.com/tihmstar/libfragmentzip.git | |
git clone --recursive https://github.com/tihmstar/futurerestore.git | |
cd libfragmentzip | |
./autogen.sh && make && sudo make install | |
cd ../futurerestore | |
./autogen.sh && make && sudo make install | |
futurerestore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i want to install