diff options
author | Marcus Müller <marcus.mueller@ettus.com> | 2016-01-28 16:19:06 +0100 |
---|---|---|
committer | Marcus Müller <marcus.mueller@ettus.com> | 2016-01-28 16:19:06 +0100 |
commit | 985836297a84fe900b6946b63f5e266bddbb432d (patch) | |
tree | c7ce753dc8186142e705afa365f6abed804f0c53 /host/docs/install.dox | |
parent | 69be2678f7ff97ea844136f40f3be18084357d38 (diff) | |
download | uhd-985836297a84fe900b6946b63f5e266bddbb432d.tar.gz uhd-985836297a84fe900b6946b63f5e266bddbb432d.tar.bz2 uhd-985836297a84fe900b6946b63f5e266bddbb432d.zip |
fixed the docs for Ubuntu package and PyBombs-based installation
Diffstat (limited to 'host/docs/install.dox')
-rw-r--r-- | host/docs/install.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/install.dox b/host/docs/install.dox index 864421ecf..fc029b3e5 100644 --- a/host/docs/install.dox +++ b/host/docs/install.dox @@ -70,9 +70,9 @@ The latest versions of these binaries can be downloaded from here: http://files. Copy and paste these commands into your terminal. This will install UHD software as well as allow you to receive package updates. - sudo bash -c 'echo "deb http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/`lsb_release -cs` `lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list' + sudo add-apt-repository ppa:ettusresearch/uhd sudo apt-get update - sudo apt-get install -t `lsb_release -cs` uhd + sudo apt-get install uhd \subsubsection install_linux_ourbins_fedora Fedora |