Created
April 3, 2018 20:23
-
-
Save MarioRinaldi/cc121f9a9050fa528a9e86c6635e9cdf to your computer and use it in GitHub Desktop.
This file contains 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 /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