diff --git a/mods-download b/mods-download index 298d5889..7bd0d150 100755 --- a/mods-download +++ b/mods-download @@ -2,6 +2,7 @@ rm -rf mods mkdir mods cd mods + git clone --depth 1 --branch master https://github.com/minetest-mods/3d_armor.git git clone --depth 1 --branch master https://github.com/minetest-mods/unified_inventory.git git clone --depth 1 --branch master https://github.com/minetest-mods/unifiedbricks.git @@ -10,7 +11,6 @@ git clone --depth 1 --branch master https://github.com/minetest-mods/moreores.gi git clone --depth 1 --branch master https://github.com/minetest-mods/mywalls.git git clone --depth 1 --branch master https://github.com/minetest-mods/xdecor.git git clone --depth 1 --branch master https://github.com/minetest-mods/vehicle_mash.git -# for lib_mount exists branch called rotation_fix, lib_mount is needed for vehicle_mash git clone --depth 1 --branch master https://github.com/Panquesito7/lib_mount.git git clone --depth 1 --branch master https://github.com/minetest-mods/workbench.git git clone --depth 1 --branch master https://github.com/minetest-mods/ts_furniture.git @@ -99,10 +99,9 @@ git clone --depth 1 --branch master https://github.com/Uberi/Minetest-WorldEdit. git clone --depth 1 --branch master https://github.com/minetest-mods/realchess.git git clone --depth 1 --branch master https://github.com/Grizzly-Adam/BBQ.git git clone --depth 1 --branch master git://cheapiesystems.com/mail -rm */.git -rf -rm */.gitignore -f -rm */.gitattributes -f -rm */.github -rf + +#Clean git stuff +rm -rf $(find . -name .git*) #update skins-db cd skinsdb/updater diff --git a/mods/Minetest-WorldEdit/worldedit_commands/.gitignore b/mods/Minetest-WorldEdit/worldedit_commands/.gitignore deleted file mode 100644 index e4e5f6c8..00000000 --- a/mods/Minetest-WorldEdit/worldedit_commands/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*~ \ No newline at end of file diff --git a/mods/roads/.gitmodules b/mods/roads/.gitmodules deleted file mode 100644 index 941fd5b9..00000000 --- a/mods/roads/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "streetsmod/libs/smartfs"] - path = streetsmod/libs/smartfs - url = https://github.com/rubenwardy/smartfs.git