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 b1106a3 commit 9885ac5Copy full SHA for 9885ac5
1 file changed
README.MD
@@ -211,6 +211,21 @@ gpgkey=https://minecraft-linux.github.io/pkg/deb/pubkey.gpg
211
EOF
212
```
213
214
+### 43 (x86_64 / arm64)
215
+```
216
+sudo tee /etc/yum.repos.d/minecraft-linux-pkg.repo << 'EOL'
217
+[minecraft-linux-pkg]
218
+name=minecraft-linux-pkg
219
+baseurl=https://minecraft-linux.github.io/pkg/fedora-43
220
+enabled=1
221
+countme=1
222
+repo_gpgcheck=0
223
+type=rpm
224
+gpgcheck=1
225
+skip_if_unavailable=False
226
+gpgkey=https://minecraft-linux.github.io/pkg/deb/pubkey.gpg
227
+EOL
228
229
## Nightly
230
231
### 38 (x86_64 / arm64)
0 commit comments