Skip to content
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

Open
dreamkeep opened this issue Apr 14, 2015 · 3 comments
Open

It is #3

dreamkeep opened this issue Apr 14, 2015 · 3 comments

Comments

@dreamkeep
Copy link

hi sjwilks,
In the file install_ros.sh , it shall add a command that 'sudo apt-get -y upgrade' under 54 line.

@SimonWilks
Copy link

@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.

@dreamkeep
Copy link
Author

@sjwilks yes, if it don't have 'sudo apt-get -y upgrade' under 54 line,it may not work well.
because this command that 'sudo apt-get -y build-dep console-bridge' will excute fail, the console-bridge can't find.

@SimonWilks
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants