mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-30 00:01:35 +00:00
docs: s/apt-get/apt due to interactive use
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
This commit is contained in:
parent
fbee479979
commit
1f2014332d
@ -60,8 +60,8 @@ standard Debian installation. After configuring the
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# apt-get update
|
# apt update
|
||||||
# apt-get install proxmox-backup-server
|
# apt install proxmox-backup-server
|
||||||
|
|
||||||
The above commands keep the current (Debian) kernel and install a minimal
|
The above commands keep the current (Debian) kernel and install a minimal
|
||||||
set of required packages.
|
set of required packages.
|
||||||
@ -71,8 +71,8 @@ does, please use the following:
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# apt-get update
|
# apt update
|
||||||
# apt-get install proxmox-backup
|
# apt install proxmox-backup
|
||||||
|
|
||||||
This will install all required packages, the Proxmox kernel with ZFS_
|
This will install all required packages, the Proxmox kernel with ZFS_
|
||||||
support, and a set of common and useful packages.
|
support, and a set of common and useful packages.
|
||||||
@ -95,8 +95,8 @@ After configuring the
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# apt-get update
|
# apt update
|
||||||
# apt-get install proxmox-backup-server
|
# apt install proxmox-backup-server
|
||||||
|
|
||||||
.. caution:: Installing the backup server directly on the hypervisor
|
.. caution:: Installing the backup server directly on the hypervisor
|
||||||
is not recommended. It is safer to use a separate physical
|
is not recommended. It is safer to use a separate physical
|
||||||
@ -119,8 +119,8 @@ you need to run:
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# apt-get update
|
# apt update
|
||||||
# apt-get install proxmox-backup-client
|
# apt install proxmox-backup-client
|
||||||
|
|
||||||
|
|
||||||
.. note:: The client-only repository should be usable by most recent Debian and
|
.. note:: The client-only repository should be usable by most recent Debian and
|
||||||
|
Loading…
Reference in New Issue
Block a user