Skip to content

Commit 561c224

Browse files
[no ci] removed -a from tee
1 parent 8cecf45 commit 561c224

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.MD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Please read https://minecraft-linux.github.io for available packages.
99
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.
1010

1111
```
12-
curl -sS https://minecraft-linux.github.io/pkg/deb/pubkey.gpg | sudo tee -a /etc/apt/trusted.gpg.d/minecraft-linux-pkg.asc
12+
curl -sS https://minecraft-linux.github.io/pkg/deb/pubkey.gpg | sudo tee /etc/apt/trusted.gpg.d/minecraft-linux-pkg.asc
1313
```
1414

15+
(EDIT removed -a from tee, to override per #13. Using an entire new gpg key would be better)
16+
1517
## Releases
1618

1719
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

Comments
 (0)