removed rsync
I commented out the rsync line, as the current code would copy everything from your home folder into mods.
This commit is contained in:
parent
b221d2c4de
commit
b6b117d140
@ -21,7 +21,7 @@ do
|
|||||||
done #Once all directories have cycled through this ends the loop
|
done #Once all directories have cycled through this ends the loop
|
||||||
|
|
||||||
#Now that all files are updated copy them to the main directory.
|
#Now that all files are updated copy them to the main directory.
|
||||||
rsync -r '' ~/.minetest/mods
|
#rsync -r '' ~/.minetest/mods
|
||||||
|
|
||||||
#Move to the minetest/mods folder this should be default on all installs.
|
#Move to the minetest/mods folder this should be default on all installs.
|
||||||
cd ~/.minetest/mods
|
cd ~/.minetest/mods
|
||||||
|
Loading…
x
Reference in New Issue
Block a user