5.8.0 updates and a little more config friendlyness
This commit is contained in:
parent
46548688bf
commit
acb67edf25
3 changed files with 11 additions and 7 deletions
6
buildstable.bash
Normal file → Executable file
6
buildstable.bash
Normal file → Executable 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue