Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 40a3bfb

Browse files
authoredApr 17, 2022
Update linux.md (redis-stack#32)
1 parent 2a5ff3d commit 40a3bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/stack/get-started/install/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 1
88

99

1010
### From the official Debian/Ubuntu APT Repository
11-
You can install recent stable versions of Redis Stack from the official packages.redis.io APT repository. The repository currently supports Ubuntu Xenial (16.04), Ubuntu Bionic (18.04), and Ubuntu Focal (20.04). Add the repository to the apt index, update it and install:
11+
You can install recent stable versions of Redis Stack from the official packages.redis.io APT repository. The repository currently supports Ubuntu Xenial (16.04), Ubuntu Bionic (18.04), and Ubuntu Focal (20.04) on x86 processors. Add the repository to the apt index, update it and install:
1212

1313
{{< highlight bash >}}
1414
curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg

0 commit comments

Comments
 (0)
Please sign in to comment.