Skip to content

Instantly share code, notes, and snippets.

@yuzhangbit
Created September 12, 2018 06:15
Show Gist options
  • Save yuzhangbit/934cdc798a61741b2d4fb4d619e4a7d3 to your computer and use it in GitHub Desktop.
Save yuzhangbit/934cdc798a61741b2d4fb4d619e4a7d3 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e # exit on first error
sudo apt-get install curl
# update bit source list
curl -L https://git.io/fAoWk > update.bash && bash update.bash && rm update.bash
# install ros
curl -L https://git.io/fAoWe > install.bash && bash install.bash && rm install.bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment