Skip to content

Commit 8153a54

Browse files
committed
Edit a few echo
1 parent 33365f6 commit 8153a54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

wireguard-install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ function initialCheck() {
122122

123123
function installQuestions() {
124124
echo "Welcome to the WireGuard installer!"
125-
echo "The git repository is available at: https://github.com/angristan/wireguard-install"
125+
echo "The main git repository is available at: https://github.com/angristan/wireguard-install"
126+
echo "This repository is a modified version with IP version choice. From: https://github.com/p4nd4sec/wireguard-install"
126127
echo ""
127128
echo "I need to ask you a few questions before starting the setup."
128129
echo "You can keep the default options and just press enter if you are ok with them."
@@ -576,7 +577,7 @@ AllowedIPs = ${CLIENT_WG_IPV4}/32,${CLIENT_WG_IPV6}/128" >>"/etc/wireguard/${SER
576577
echo ""
577578
fi
578579
579-
echo -e "${GREEN}Your client config file is in ${HOME_DIR}/${SERVER_WG_NIC}-client-${CLIENT_NAME}.conf${NC}"
580+
echo -e "${GREEN}Your client config file is in ${SERVER_WG_NIC}-client-${CLIENT_NAME}.conf${NC}"
580581
}
581582
582583
function listClients() {

0 commit comments

Comments
 (0)