From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id B76E89EACD for ; Tue, 28 Nov 2023 12:12:43 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 9107A159D9 for ; Tue, 28 Nov 2023 12:12:13 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Tue, 28 Nov 2023 12:12:12 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 511BC44D35 for ; Tue, 28 Nov 2023 12:12:12 +0100 (CET) From: Alexander Zeidler To: pbs-devel@lists.proxmox.com Date: Tue, 28 Nov 2023 12:11:46 +0100 Message-Id: <20231128111147.78112-1-a.zeidler@proxmox.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.065 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - Subject: [pbs-devel] [PATCH proxmox-backup 1/2] docs: s/apt-get/apt due to interactive use X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2023 11:12:43 -0000 Signed-off-by: Alexander Zeidler --- 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