aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/install.dox
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-02-04 11:48:22 -0800
committerMartin Braun <martin.braun@ettus.com>2016-02-04 11:48:22 -0800
commited8391caea7798ec7c5ce5a02e42c477d92984e8 (patch)
tree3ec2a3a1411aacef97311aa20cc85a0c6815b51c /host/docs/install.dox
parent747f5e8bc00c898b62c7153deea3666c082d317a (diff)
parent985836297a84fe900b6946b63f5e266bddbb432d (diff)
downloaduhd-ed8391caea7798ec7c5ce5a02e42c477d92984e8.tar.gz
uhd-ed8391caea7798ec7c5ce5a02e42c477d92984e8.tar.bz2
uhd-ed8391caea7798ec7c5ce5a02e42c477d92984e8.zip
Merge branch 'maint'
Diffstat (limited to 'host/docs/install.dox')
-rw-r--r--host/docs/install.dox4
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