From c7545cc870e5cc62a187ad03a083920e6bef049f Mon Sep 17 00:00:00 2001 From: Haruue Icymoon Date: Sat, 2 Sep 2023 18:52:55 +0800 Subject: [PATCH] chore: minor update user msg in install_server.sh --- install_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_server.sh b/install_server.sh index d7df0e9..970900f 100755 --- a/install_server.sh +++ b/install_server.sh @@ -961,7 +961,7 @@ perform_install() { echo echo -e "$(tred)Hysteria 2 uses a completely redesigned protocol & config, which is NOT compatible with the version 1.x.x in any way.$(treset)" echo - echo -e "\t+ Take a look at the changes from Hysteria 1 to Hysteria 2 at $(tblue)https://hysteria.network/docs/misc/2-vs-1/$(treset)" + echo -e "\t+ Take a look at the behavior changes in Hysteria 2 at $(tblue)https://hysteria.network/docs/misc/2-vs-1/$(treset)" echo -e "\t+ Check out the quick server configuration guide for Hysteria 2 at $(tblue)https://hysteria.network/docs/getting-started/Server/$(treset)" echo -e "\t+ Migrate server config file to the Hysteria 2 at $(tred)$CONFIG_DIR/config.yaml$(treset)" echo -e "\t+ Start your hysteria server with $(tred)systemctl restart hysteria-server.service$(treset)"