Add the Wii U Chat repositories

This commit is contained in:
Matthew Lopez 2021-11-24 15:20:44 -05:00 committed by GitHub
parent 0e745461df
commit 9254076deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ cd PretendoNetwork
# Start by downloading the relevant GitHub repositories
echo -e $title"Cloning the server repositories from GitHub"$reset
repositories=("account" "BOSS" "friends-authentication" "friends-secure" "Grove" "juxt-web" "olv-api" "SOAP" "super-mario-maker-authentication" "super-mario-maker-secure")
repositories=("account" "BOSS" "friends-authentication" "friends-secure" "Grove" "juxt-web" "olv-api" "SOAP" "super-mario-maker-authentication" "super-mario-maker-secure" "wiiu-chat-authentication" "wiiu-chat-secure")
for repo in ${repositories[@]}; do
echo -e $subtitle"Cloning repository PretendoNetwork/$repo"$reset
echo git clone --depth 1 https://github.com/PretendoNetwork/$repo