6 lines
147 B
Bash
Executable file
6 lines
147 B
Bash
Executable file
#!/bin/bash
|
|
rm -rf mods
|
|
mkdir mods
|
|
cd mods
|
|
git clone --depth 1 --branch version-0.4.14 https://github.com/minetest-mods/3d_armor.git
|
|
rm */.git -rf
|