diff options
-rwxr-xr-x | init.sh | 8 | ||||
-rwxr-xr-x | pull.sh | 3 | ||||
-rwxr-xr-x | push.sh | 3 |
3 files changed, 6 insertions, 8 deletions
@@ -27,9 +27,9 @@ if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then ${CLONE1}/evol-tools.git tools ${CLONE1}/evol-hercules.git server-code/src/evol cd server-code/src/evol ; git checkout tmw2 ; cd ../../.. - ${CLONEA}/evol-local.git server-local # Do this even serves any purpose? + ${CLONEA}/evol-local.git server-local # Do this even serve any purpose? ${CLONE1}/Docs.git docs - ${CLONE1}/TheManaWorld_Wiki.wiki.git wiki + ${CLONE1}/Docs.wiki.git wiki ln -s server-code/src/evol server-plugin elif [[ "${CMD}" == "server" ]]; then ${CLONEA}/hercules.git server-code @@ -59,11 +59,11 @@ elif [[ "${CMD}" == "plugin" ]]; then ln -s server-code/src/evol server-plugin elif [[ "${CMD}" == "docs" ]]; then ${CLONE1}/Docs.git docs - ${CLONE1}/TheManaWorld_Wiki.wiki.git wiki + ${CLONE1}/Docs.wiki.git wiki elif [[ "${CMD}" == "manaplus" ]]; then ${CLONE2}manaplus/manaplus.git manaplus elif [[ "${CMD}" == "media" ]]; then - ${CLONE1}/evol-media.git media + ${CLONE1}/art.git art fi if [[ "${CMD}" == "all" ]]; then @@ -65,6 +65,5 @@ status server-code/src/evol evol-hercules status music music status manaplus manaplus status docs docs -#status art art -status media media +status art art status wiki wiki @@ -27,6 +27,5 @@ status tools tools status music music #status manaplus manaplus status docs docs -#status art art -status media media +status art art status wiki wiki |