opensuse: use `zypper addrepo`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 13 Jul 2015 22:05:05 +0000 (18:05 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 13 Jul 2015 22:05:05 +0000 (18:05 -0400)
contents/installing-lttng/desktop-distributions/opensuse.md

index dbd03577929551a4e4f83f3895ca0535817628d3..b1d0f99b40364e32a8fb460fd2b5d44ecefd5a67 100644 (file)
@@ -10,8 +10,7 @@ For example, the following commands will add the LTTng repository for
 openSUSE&nbsp;13.1:
 
 <pre class="term">
-sudo -i
-curl http://download.opensuse.org/repositories/devel:/tools:/lttng/openSUSE_13.1/devel:tools:lttng.repo &gt; /etc/zypp/repos.d/lttng.repo
+sudo zypper addrepo http://download.opensuse.org/repositories/devel:/tools:/lttng/openSUSE_13.1/devel:tools:lttng.repo
 </pre>
 
 Then, refresh the package database:
This page took 0.028773 seconds and 4 git commands to generate.