mirror of
https://github.com/MatthewL246/mitmproxy-pretendo.git
synced 2026-09-08 19:35:21 -05:00
I forgot to remove the test code
*facepalm* Also, I improved the formatting a little.
This commit is contained in:
@@ -28,6 +28,7 @@ if [ -d ./PretendoNetwork ]; then
|
||||
fi
|
||||
|
||||
# Everything should be set up fine now. It is time to actually start the setup.
|
||||
echo -e "\n"
|
||||
echo -e $title"Ready to start downloading the Pretendo files!"$reset
|
||||
read -p "Would you like to continue? [y/N] " -r
|
||||
if [[ ! $REPLY =~ ^[Yy]$ ]]; then exit 1; fi
|
||||
@@ -42,7 +43,7 @@ echo -e $title"Cloning the server repositories from GitHub"$reset
|
||||
repositories=("account" "BOSS" "friends-authentication" "friends-secure" "Grove" "juxt-web" "mk7-authentication" "mk7-secure" "mk8-authentication" "mk8-secure" "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
|
||||
git clone --depth 1 https://github.com/PretendoNetwork/$repo
|
||||
done
|
||||
|
||||
# Then download the Go libraries
|
||||
|
||||
Reference in New Issue
Block a user