Skip to content

Resolve merge conflicts from pr-38 - #40

Merged
TimInTech merged 1 commit into
mainfrom
codex/resolve-merge-conflicts-for-pr-#38
Oct 10, 2025
Merged

Resolve merge conflicts from pr-38#40
TimInTech merged 1 commit into
mainfrom
codex/resolve-merge-conflicts-for-pr-#38

Conversation

@TimInTech

Copy link
Copy Markdown
Owner

Summary

  • align README with the emoji section headings, add an explicit support/donate section, and translate the Proxmox helper note while keeping internal links valid
  • refresh SIMULATION.md to mirror the new installer behavior (screen tmpfiles persistence, checksum fallbacks) and document the Java updater
  • extend the setup scripts to persist /run/screen, ensure minecraft owns generated files, and in the VM installer recreate update.sh with integrity checks

Testing

  • bash -n setup_minecraft.sh setup_minecraft_lxc.sh setup_bedrock.sh update.sh
  • shopt -s globstar; shellcheck -S warning .sh **/.sh || true (fails: shellcheck not installed in container)
  • systemd-analyze verify minecraft.service || true (expected missing start.sh in repo)
  • rg -n '^(<<<<<<<|=======|>>>>>>>)'
  • rg -n '...'
  • grep -nE '^## (✅|📊|🗃|♻|🕹|☕) ' README.md

https://chatgpt.com/codex/tasks/task_e_68e917811974833393796408b8734df6

Copilot AI review requested due to automatic review settings October 10, 2025 14:49
@TimInTech
TimInTech merged commit 97700ed into main Oct 10, 2025
2 checks passed
@TimInTech
TimInTech deleted the codex/resolve-merge-conflicts-for-pr-#38 branch October 10, 2025 14:49

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR resolves merge conflicts and aligns the project documentation and scripts with enhanced functionality. The changes focus on improving setup script robustness, updating documentation to reflect current behavior, and standardizing markdown formatting.

Key changes:

  • Enhanced setup scripts with proper file ownership, screen directory persistence, and integrity checks for the Java updater
  • Updated SIMULATION.md to document new installer behaviors including screen tmpfiles persistence and checksum fallbacks
  • Standardized README.md section headings with emoji prefixes and added explicit support/donate section

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
setup_minecraft_lxc.sh Added ownership fix for minecraft user files
setup_minecraft.sh Added comprehensive update.sh script generation with SHA256 verification and ownership management
setup_bedrock.sh Added systemd-tmpfiles configuration for screen directory persistence
SIMULATION.md Updated documentation to reflect new installer behaviors and Java fallback mechanisms
README.md Standardized section headings with emojis and added support/donate section
CONTRIBUTING.md Minor formatting fix in shell coding style guidelines

Comment thread setup_minecraft.sh
Comment thread setup_minecraft.sh
Comment thread setup_bedrock.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants