TheRemote / MinecraftBedrockServer

Sets up a Minecraft Bedrock dedicated server on Ubuntu with options for automatic updates and running at startup
https://jamesachambers.com/minecraft-bedrock-edition-ubuntu-dedicated-server-guide/
MIT License
811 stars 173 forks source link

Does this work on Fedora #90

Closed xWires closed 3 years ago

xWires commented 3 years ago

Personally I use Fedora Linux instead of Debian so I was wondering whether this would work.

TheRemote commented 3 years ago

It should work! The only issue you may run into is it will try to use apt to install a few basic requirements.

These will probably already be on your system and if not they are easy to find replacements for (it's things like wget, curl, etc).

We used to run into $PATH variable issue but it now stores those in the script so it should definitely work!

xWires commented 3 years ago

Ok thank you!