Skip to content

Commit da78c58

Browse files
committed
fix(tuto): wording
1 parent 0ff4974 commit da78c58

File tree

1 file changed

+1
-4
lines changed
  • tutorials/backup-dedicated-server-s3-duplicity

1 file changed

+1
-4
lines changed

tutorials/backup-dedicated-server-s3-duplicity/index.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,9 @@ Run the following command to update the APT package manager, upgrade the softwar
5353

5454
```bash
5555
sudo apt update && sudo apt upgrade -y
56-
sudo apt install -y python3-pip gnupg2 haveged
57-
pip3 install duplicity[boto3]
56+
sudo apt install -y python3-pip gnupg2 haveged duplicity
5857
```
5958

60-
The command above installs Duplicity with modern `boto3` support (required for newer AWS-compatible services).
61-
6259
## Creating a GPG key
6360

6461
1. Generate the GPG key with the following command.

0 commit comments

Comments
 (0)