blob: 19479994c944197e864d1c06de53bf7cb9ed71f9 (
plain)
1
2
3
4
5
6
|
post_install() {
echo "==> Now you need to export some Gazebo variables:"
echo "==> If you're using bash:"
echo "==> echo 'source /usr/share/gazebo/setup.sh' >> ~/.bashrc"
echo "==> source ~/.bashrc"
}
|