From 92c9ea057a1f95f789e9c1cb063fecb36590c241 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:56:54 +0330 Subject: [PATCH] Update virtual environment --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 12a73e1..7d7fd6f 100644 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ git clone -b Dev https://github.com/ReturnFI/Hysteria2 /etc/hysteria # Create and activate Python virtual environment cd /etc/hysteria python3 -m venv venv -source /etc/hysteria/venv/bin/activate +source /etc/hysteria/hysteria2_venv/bin/activate pip install -r requirements.txt # Add alias 'hys2' for Hysteria2