Created
March 17, 2019 21:44
-
-
Save rostegg/df74db8a0d20e9f9716dbef87de48427 to your computer and use it in GitHub Desktop.
Install ffsend and uploading binding
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 | |
| # Install ffsend (https://github.com/timvisee/ffsend) | |
| # and binding for uploading file (https://gist.github.com/rostegg/33e1311af70bc522ce0d0fdc691c79fa) | |
| snap install ffsend | |
| wget -O fsend https://gist.githubusercontent.com/rostegg/33e1311af70bc522ce0d0fdc691c79fa/raw/34691c0d17ccd380f917e34250c831ad9755d13b/fsend | |
| chmod +x fsend | |
| sudo mv fsend /usr/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment