[hamradio-commits] [gnss-sdr] 195/236: pybombs will ask for root's password if required.

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Tue Apr 26 16:02:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit 2eb4973fed8326c394ad26e7ab6e1b7d21958e90
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Thu Apr 14 19:51:07 2016 +0200

    pybombs will ask for root's password if required.
    
    Calling pybombs with sudo was causing problems (it does not find
    recipes)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6381ed9..ef614d0 100644
--- a/README.md
+++ b/README.md
@@ -52,9 +52,9 @@ $ python setup.py build
 $ sudo python setup.py install
 $ pybombs recipes add gr-recipes https://github.com/gnuradio/gr-recipes.git
 $ pybombs recipes add gr-etcetera https://github.com/gnuradio/gr-etcetera.git
-$ sudo pybombs prefix init /usr/local -a myprefix
+$ pybombs prefix init /usr/local -a myprefix
 $ pybombs config default_prefix myprefix
-$ sudo pybombs install gnuradio gr-osmosdr armadillo glog
+$ pybombs install gnuradio gr-osmosdr armadillo glog
 ~~~~~~
 
 Other installation and configuration options are available from https://github.com/gnuradio/pybombs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list