We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cecf45 commit 561c224Copy full SHA for 561c224
1 file changed
README.MD
@@ -9,9 +9,11 @@ Please read https://minecraft-linux.github.io for available packages.
9
First of all your system have to trust the gpg key used to sign the repository, then you can add the distribution specfic apt repo.
10
11
```
12
-curl -sS https://minecraft-linux.github.io/pkg/deb/pubkey.gpg | sudo tee -a /etc/apt/trusted.gpg.d/minecraft-linux-pkg.asc
+curl -sS https://minecraft-linux.github.io/pkg/deb/pubkey.gpg | sudo tee /etc/apt/trusted.gpg.d/minecraft-linux-pkg.asc
13
14
15
+(EDIT removed -a from tee, to override per #13. Using an entire new gpg key would be better)
16
+
17
## Releases
18
19
Releases before including v0.9.0 don't provide arm64 for debian, you may need to add the nightly repo to install the arm64 version.
0 commit comments