From: Alexander Zeidler <a.zeidler@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 1/2] docs: s/apt-get/apt due to interactive use
Date: Tue, 28 Nov 2023 12:11:46 +0100 [thread overview]
Message-ID: <20231128111147.78112-1-a.zeidler@proxmox.com> (raw)
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
---
docs/installation.rst | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/installation.rst b/docs/installation.rst
index 44c28067..55eddfb4 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -60,8 +60,8 @@ standard Debian installation. After configuring the
.. code-block:: console
- # apt-get update
- # apt-get install proxmox-backup-server
+ # apt update
+ # apt install proxmox-backup-server
The above commands keep the current (Debian) kernel and install a minimal
set of required packages.
@@ -71,8 +71,8 @@ does, please use the following:
.. code-block:: console
- # apt-get update
- # apt-get install proxmox-backup
+ # apt update
+ # apt install proxmox-backup
This will install all required packages, the Proxmox kernel with ZFS_
support, and a set of common and useful packages.
@@ -95,8 +95,8 @@ After configuring the
.. code-block:: console
- # apt-get update
- # apt-get install proxmox-backup-server
+ # apt update
+ # apt install proxmox-backup-server
.. caution:: Installing the backup server directly on the hypervisor
is not recommended. It is safer to use a separate physical
@@ -119,8 +119,8 @@ you need to run:
.. code-block:: console
- # apt-get update
- # apt-get install proxmox-backup-client
+ # apt update
+ # apt install proxmox-backup-client
.. note:: The client-only repository should be usable by most recent Debian and
--
2.39.2
next reply other threads:[~2023-11-28 11:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-28 11:11 Alexander Zeidler [this message]
2023-11-28 11:11 ` [pbs-devel] [PATCH proxmox-backup 2/2] docs: fix formatting Alexander Zeidler
2023-11-28 13:47 ` [pbs-devel] applied: [PATCH proxmox-backup 1/2] docs: s/apt-get/apt due to interactive use Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231128111147.78112-1-a.zeidler@proxmox.com \
--to=a.zeidler@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.