5.7.0 update for build and server bash
This commit is contained in:
parent
4cc9159c08
commit
49270c9924
2 changed files with 5 additions and 5 deletions
|
@ -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.6.1.tar.gz
|
||||
tar xf 5.6.1.tar.gz
|
||||
cd minetest-5.6.1
|
||||
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
|
||||
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