5.8.0 updates and a little more config friendlyness

This commit is contained in:
kake26 2024-01-18 20:55:35 -06:00
parent 46548688bf
commit acb67edf25
3 changed files with 11 additions and 7 deletions

6
buildstable.bash Normal file → Executable file
View file

@ -1,8 +1,8 @@
#!/bin/bash
# wget https://github.com/minetest/minetest/archive/master.tar.gz
wget https://github.com/minetest/minetest/archive/refs/tags/5.7.0.tar.gz
tar xf 5.7.0.tar.gz
cd minetest-5.7.0
wget https://github.com/minetest/minetest/archive/refs/tags/5.8.0.tar.gz
tar xf 5.8.0.tar.gz
cd minetest-5.8.0
cd games/
wget https://github.com/minetest/minetest_game/archive/master.tar.gz
tar xf master.tar.gz