From c6d897843800acf2211c164beb4a47eaf0b0dba2 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:42:42 +0330 Subject: [PATCH] Install requirements --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index a9f222a..aa4e43d 100644 --- a/install.sh +++ b/install.sh @@ -19,6 +19,7 @@ git clone -b https://github.com/ReturnFI/Hysteria2 /etc/hysteria cd /etc/hysteria python3 -m venv venv source /etc/hysteria/venv/bin/activate +pip install -r requirements.txt # Add alias 'hys2' for Hysteria2 if ! grep -q "alias hys2='/etc/hysteria/menu.sh'" ~/.bashrc; then