Updated Install for Java Server#3002
Conversation
It adds custom install-folder support, including external SSDs, and saves the selected path so updates/uninstall use the correct folder.
|
Assisted by GPT 5.5 High--I don't know exactly where to put that, but was looking and saw I might need it. |
|
Please put all proposed changes for install and uninstall on the same branch and PR. |
Yes, I looked up how to do that and don't understand, can you show me how to do that? |
|
Nvm I am an idiot... |
|
@theofficialgman this looks good to me after reading but not testing the code. Would you be able to look it over and merge if it seems good? |
Did Gman's requests, minor fixes overall
Forgot 2 things, fixed them here
|
@theofficialgman I’ve updated the code to your requested changes. Please let me know if I missed anything or if you see anything else that needs adjusted. Everything should now be working as intended. |
Forgot EOF2 changes back to EOF
Fixed USER AGENT as Gman requested
Added documentation back as requested by the Gman
Github decided to remove my changes?? Should be fixed now.
|
@Botspot If you would like to go over the changes I made and test and see if they work to your standards. Feel free to do so and merge the pull request. |
Changes!
Adds custom install directory support for Minecraft Java Server. Users can now install to the default
~/Minecraft-Java-Serverfolder or choose another mounted/custom folder, including an external SSD. The selected path is saved and reused for future updates.The installer now updates
start-server.sh, the desktop launcher, andminecraft-server.serviceto use the selected server folder instead of assuming the home directory.#3003 that it is the companion uninstaller update for #3002.