Minor script changes to change from GH to our own VCS.

This commit is contained in:
Marco Cawthorne 2023-01-18 21:29:44 -08:00
parent 9accdcb68a
commit 94564e0697
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
3 changed files with 11 additions and 11 deletions

View File

@ -110,7 +110,7 @@ then
else
printf "WorldSpawn is NOT present, cloning...\n"
cd ./src/
git clone https://git.code.sf.net/p/worldspawn/code worldspawn
git clone "https://vcs.vera-visions.com/tech/worldspawn" worldspawn
cd ./worldspawn
fi

View File

@ -135,7 +135,7 @@ then
else
printf "Engine is NOT present, cloning...\n"
cd ./src/
git clone "https://github.com/VeraVisions/fteqw" engine
git clone "https://vcs.vera-visions.com/tech/engine" engine
cd ./engine/engine
fi

View File

@ -19,12 +19,12 @@ grab_mod()
cd "$SCRPATH"
}
grab_mod gearbox https://www.github.com/eukara/freegearbox
grab_mod rewolf https://www.github.com/eukara/freegunman
grab_mod poke646 https://www.github.com/eukara/freepoke646
grab_mod tfc https://www.github.com/eukara/freetfc
grab_mod scihunt https://www.github.com/eukara/freesci
grab_mod hunger https://www.github.com/eukara/freehunger
grab_mod valve https://www.github.com/eukara/freehl
grab_mod cstrike https://www.github.com/eukara/freecs
grab_mod ts https://www.github.com/Frag-Net/FreeTS
grab_mod gearbox https://vcs.vera-visions.com/nuclide-ports/gearbox
grab_mod rewolf https://vcs.vera-visions.com/nuclide-ports/rewolf
grab_mod poke646 https://vcs.vera-visions.com/nuclide-ports/poke646
grab_mod tfc https://vcs.vera-visions.com/nuclide-ports/tfc
grab_mod scihunt https://vcs.vera-visions.com/nuclide-ports/scihunt
grab_mod hunger https://vcs.vera-visions.com/nuclide-ports/hunger
grab_mod valve https://vcs.vera-visions.com/nuclide-ports/valve
grab_mod cstrike https://vcs.vera-visions.com/nuclide-ports/cstrike
grab_mod ts https://vcs.vera-visions.com/nuclide-ports/ts