-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is #3
Comments
@dreamkeep is something not working without adding that extra line? The update command is just to update after adding the two sources on lines 52 and 53. An upgrade for the OS was already performed on line 21 so nothing else should have changed otherwise. |
@sjwilks yes, if it don't have 'sudo apt-get -y upgrade' under 54 line,it may not work well. |
@dreamkeep did it actually fail for you and did apt-get upgrade fix it? The update command should ensure that it is found when build-dep runs later, no? apt-get upgrade only installs new version (and new version dependencies?) not new packages and build-dep should fetch what's required for building. I only ask because another person and I have run the installation script without issue. Of course I can add it as it won't hurt, just wait a few seconds worse case. |
hi sjwilks,
In the file install_ros.sh , it shall add a command that 'sudo apt-get -y upgrade' under 54 line.
The text was updated successfully, but these errors were encountered: