1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

Include UID fix

This commit is contained in:
tim-win 2025-04-20 22:01:01 -04:00
parent e6beea2ffa
commit c80d24cc44
2 changed files with 7 additions and 5 deletions

View file

@ -22,14 +22,13 @@ mkdir -p ~/luanti/{data,conf}
# Download proper configuration file (REQUIRED)
wget https://raw.githubusercontent.com/luanti-org/luanti/master/minetest.conf.example -O ~/luanti/conf/minetest.conf
# Add your admin username to the configuration
echo "name = AdminUser" >> ~/luanti/conf/minetest.conf
# Download and extract a game (if you don't have one already)
mkdir -p ~/luanti/games
wget https://content.luanti.org/packages/Wuzzy/mineclone2/releases/30536/download/ -O ~/luanti/mineclone2.zip
unzip ~/luanti/mineclone2.zip -d ~/luanti/games/
sudo chown -R 30000:30000 ~/luanti/{data,conf,games}
# Run the server
docker run -d \
-v ~/luanti/data:/var/lib/minetest \