Advertisement
Guest User

ros cmds

a guest
Jan 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/bash
  2. sudo echo "[archlinuxfr]" >> /etc/pacman.conf
  3. sudo echo "SigLevel = Never" >> /etc/pacman.conf
  4. sudo echo 'Server = http://repo.archlinux.fr/$arch' >> /etc/pacman.conf
  5. sudo pacman -Sy yaourt base-devel
  6. yaourt --noconfirm ros-indigo python2-rosdep
  7. sudo rosdep init
  8. rosdep update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement