# autoUpdateMcbeServer **Repository Path**: UndeadCore/autoUpdateMcbeServer ## Basic Information - **Project Name**: autoUpdateMcbeServer - **Description**: Simple Shell script that downloads latest version of MCBE Server - **Primary Language**: Shell - **License**: WTFPL - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-05 - **Last Updated**: 2025-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # auto update mcbe server in ubuntu server enviroment *curl* required for this script. ## setup in ubuntu: ```bash curl -o "update.sh" "https://github.com/MoeField/autoUpdateMcbeServer/raw/refs/heads/main/update.sh" ``` or (you cannot connect to github for some reason) ```bash curl -o "update.sh" "https://gitee.com/UndeadCore/autoUpdateMcbeServer/raw/main/update.sh" #or curl -o "update.sh" "https://i-scripts.pages.dev/mcbeupd.sh" ``` simply run (After Properly back up your data) ```bash bash update.sh ``` in where you (want to) install *Minecraft Bedrock Server* (you may need to check contents in `update.sh`), your MCBE server will be new installed or updated. You can add `-p` to install *Preview Server*. run your server using `LD_LIBRARY_PATH=. ./bedrock_server` .