[lxc-devel] [linuxcontainers.org/master] Change add-apt-repository commands to apt-add-repository

GertBurger on Github lxc-bot at linuxcontainers.org
Thu Nov 10 10:23:12 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 316 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20161110/712181ed/attachment.bin>
-------------- next part --------------
From b9d187508d6ea42b199bebe39b1dcf8a25d07933 Mon Sep 17 00:00:00 2001
From: Gert Burger <gert at checksec.com>
Date: Thu, 10 Nov 2016 17:16:36 +0700
Subject: [PATCH] Change add-apt-repository commands to apt-add-repository

---
 content/lxd/getting-started-cli.ja.md | 2 +-
 content/lxd/getting-started-cli.md    | 2 +-
 content/lxd/getting-started-cli.ru.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/lxd/getting-started-cli.ja.md b/content/lxd/getting-started-cli.ja.md
index 36e975e..e688571 100644
--- a/content/lxd/getting-started-cli.ja.md
+++ b/content/lxd/getting-started-cli.ja.md
@@ -21,7 +21,7 @@ Alternatively, to get the latest upstream release, a PPA is available:
 -->
 代わりに、最新の開発元からのリリースを取得するために、PPA が利用できます:
 
-    add-apt-repository ppa:ubuntu-lxc/lxd-stable
+    apt-add-repository ppa:ubuntu-lxc/lxd-stable
     apt-get update
     apt-get dist-upgrade
     apt-get install lxd
diff --git a/content/lxd/getting-started-cli.md b/content/lxd/getting-started-cli.md
index 26377c3..229c321 100644
--- a/content/lxd/getting-started-cli.md
+++ b/content/lxd/getting-started-cli.md
@@ -12,7 +12,7 @@ Ubuntu 14.04 LTS users can also install LXD using backports:
 
 Alternatively, to get the latest upstream release, a PPA is available:
 
-    add-apt-repository ppa:ubuntu-lxc/lxd-stable
+    apt-add-repository ppa:ubuntu-lxc/lxd-stable
     apt-get update
     apt-get dist-upgrade
     apt-get install lxd
diff --git a/content/lxd/getting-started-cli.ru.md b/content/lxd/getting-started-cli.ru.md
index 8304aa9..30cfe90 100644
--- a/content/lxd/getting-started-cli.ru.md
+++ b/content/lxd/getting-started-cli.ru.md
@@ -12,7 +12,7 @@
 
 В качестве альтернативы, для получения последнего upstream релиза доступен PPA:
 
-    add-apt-repository ppa:ubuntu-lxc/lxd-stable
+    apt-add-repository ppa:ubuntu-lxc/lxd-stable
     apt-get update
     apt-get dist-upgrade
     apt-get install lxd


More information about the lxc-devel mailing list