This commit is contained in:
Whispering Wind
2024-07-05 13:53:22 +03:30
committed by GitHub
parent 214a4c2d1a
commit b8039753c2

View File

@ -45,7 +45,7 @@ install_and_configure() {
echo "If you need to update the core, please use the 'Update Core' option." echo "If you need to update the core, please use the 'Update Core' option."
else else
echo "Installing and configuring Hysteria2..." echo "Installing and configuring Hysteria2..."
bash /root/Hysteria2/install.sh bash <(curl -s https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/install.sh)
echo -e "\n\n\n" echo -e "\n\n\n"
if systemctl is-active --quiet hysteria-server.service; then if systemctl is-active --quiet hysteria-server.service; then