Skip to content

Instantly share code, notes, and snippets.

@matteyeux
Last active March 9, 2019 19:34
Show Gist options
  • Save matteyeux/9a7b172b31c91903e7f37f7cc4e95178 to your computer and use it in GitHub Desktop.
Save matteyeux/9a7b172b31c91903e7f37f7cc4e95178 to your computer and use it in GitHub Desktop.
#!/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
@abdisimale
Copy link

i want to install

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