URL adjustment for git
This commit is contained in:
parent
d398b3390d
commit
d4da933c53
1 changed files with 2 additions and 2 deletions
|
|
@ -57,9 +57,9 @@ export API_TOKEN=$(pwgen -s 48 1)
|
|||
read -p "are you doing IPv6 or IPv4? say '6' or '4' (6/4): " ARE_THEY_USING_IPV6
|
||||
# Check the user's answer
|
||||
if [[ "$ARE_THEY_USING_IPV6" == "6" ]]; then
|
||||
REPO_URL="git@git.simplifiedprivacy.com:codeking/sp-env-wireguard-ipv6.git"
|
||||
REPO_URL="git@git.simplifiedprivacy.com:Support/sp-env-wireguard-ipv6.git"
|
||||
elif [[ "$ARE_THEY_USING_IPV6" == "4" ]]; then
|
||||
REPO_URL="git@git.simplifiedprivacy.com:codeking/sp-env-wireguard-ipv4.git"
|
||||
REPO_URL="git@git.simplifiedprivacy.com:Support/sp-env-wireguard.git"
|
||||
else
|
||||
echo "Please answer with 'yes' or 'no'."
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue