Skip to content

Instantly share code, notes, and snippets.

@defaye
Last active July 5, 2021 12:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save defaye/4ce64a826721ed767928ae3acd8da8ed to your computer and use it in GitHub Desktop.
Save defaye/4ce64a826721ed767928ae3acd8da8ed to your computer and use it in GitHub Desktop.
Install Cyberduck cloud storage command line tool on Ubuntu 18.04
echo -e "deb https://s3.amazonaws.com/repo.deb.cyberduck.io stable main" | sudo tee /etc/apt/sources.list.d/cyberduck.list > /dev/null
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FE7097963FEFBE72
sudo apt-get update && sudo apt install -y duck
@defaye
Copy link
Author

defaye commented Jun 2, 2020

To run this command in one line:

curl -s https://gist.github.com/defaye/4ce64a826721ed767928ae3acd8da8ed/raw/0f04a85d5ca9dda86d4f26d57c3a1d2788d7d3da/install_cyberduck.sh | sh

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