Install requirements

This commit is contained in:
Whispering Wind
2024-08-14 09:42:42 +03:30
committed by GitHub
parent 63bb627de8
commit c6d8978438

View File

@ -19,6 +19,7 @@ git clone -b https://github.com/ReturnFI/Hysteria2 /etc/hysteria
cd /etc/hysteria cd /etc/hysteria
python3 -m venv venv python3 -m venv venv
source /etc/hysteria/venv/bin/activate source /etc/hysteria/venv/bin/activate
pip install -r requirements.txt
# Add alias 'hys2' for Hysteria2 # Add alias 'hys2' for Hysteria2
if ! grep -q "alias hys2='/etc/hysteria/menu.sh'" ~/.bashrc; then if ! grep -q "alias hys2='/etc/hysteria/menu.sh'" ~/.bashrc; then