Update step3_node_setup_as_user_with_sudo.sh
This commit is contained in:
parent
435fc1d956
commit
784790443c
1 changed files with 4 additions and 4 deletions
|
|
@ -57,11 +57,11 @@ 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
|
read -p "are you doing IPv6 or IPv4? say '6' or '4' (6/4): " ARE_THEY_USING_IPV6
|
||||||
# Check the user's answer
|
# Check the user's answer
|
||||||
if [[ "$ARE_THEY_USING_IPV6" == "6" ]]; then
|
if [[ "$ARE_THEY_USING_IPV6" == "6" ]]; then
|
||||||
REPO_URL="git@git.simplifiedprivacy.is:codeking/sp-env-wireguard-ipv6.git"
|
REPO_URL="git@git.simplifiedprivacy.com:codeking/sp-env-wireguard-ipv6.git"
|
||||||
#git clone git@git.simplifiedprivacy.is:codeking/sp-env-wireguard-ipv6.git wireguard
|
#git clone git@git.simplifiedprivacy.com:codeking/sp-env-wireguard-ipv6.git wireguard
|
||||||
elif [[ "$ARE_THEY_USING_IPV6" == "4" ]]; then
|
elif [[ "$ARE_THEY_USING_IPV6" == "4" ]]; then
|
||||||
REPO_URL="git@git.simplifiedprivacy.is:codeking/sp-env-wireguard-ipv4.git"
|
REPO_URL="git@git.simplifiedprivacy.com:codeking/sp-env-wireguard-ipv4.git"
|
||||||
#git clone git@git.simplifiedprivacy.is:codeking/sp-env-wireguard-ipv4.git wireguard
|
#git clone git@git.simplifiedprivacy.com:codeking/sp-env-wireguard-ipv4.git wireguard
|
||||||
else
|
else
|
||||||
echo "Please answer with 'yes' or 'no'."
|
echo "Please answer with 'yes' or 'no'."
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue