From 113120993999b500045f3f5e50deb44ed9b5bdd3 Mon Sep 17 00:00:00 2001 From: Return <151555003+H-Return@users.noreply.github.com> Date: Wed, 22 May 2024 15:55:37 +0330 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5f9975f..a7ea26a 100644 --- a/install.sh +++ b/install.sh @@ -32,9 +32,9 @@ install_and_configure() { binary_data = binascii.unhexlify(hex_string) base64_encoded = base64.b64encode(binary_data).decode('utf-8') - print(\"sha256/\" + base64_encoded)" > generate.py + print(\"sha256/\" + base64_encoded)" > /etc/hysteria/generate.py - sha256=$(python3 generate.py) + sha256=$(python3 /etc/hysteria/generate.py) # Step 6: Download the config.yaml file echo "Downloading config.yaml..."