Skip to content

Instantly share code, notes, and snippets.

@MarioRinaldi
Created April 3, 2018 20:23
Show Gist options
  • Save MarioRinaldi/cc121f9a9050fa528a9e86c6635e9cdf to your computer and use it in GitHub Desktop.
Save MarioRinaldi/cc121f9a9050fa528a9e86c6635e9cdf to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /tmp && \
wget https://download.robomongo.org/1.2.1/linux/robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz && \
sudo mkdir -p /opt/robo3t/1.2.1/ && \
sudo tar -zxvf robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz -C /opt/robo3t/1.2.1/ --strip-components=1 && \
sudo ln -s /opt/robo3t/1.2.1/bin/robo3t /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment