Skip to content

Commit 9885ac5

Browse files
docs: Fedora 43 updated installation instruction (#27)
1 parent b1106a3 commit 9885ac5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.MD

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,21 @@ gpgkey=https://minecraft-linux.github.io/pkg/deb/pubkey.gpg
211211
EOF
212212
```
213213

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+
```
214229
## Nightly
215230

216231
### 38 (x86_64 / arm64)

0 commit comments

Comments
 (0)