Added virtual environment
This commit is contained in:
@ -55,5 +55,9 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd /etc/hysteria
|
cd /etc/hysteria
|
||||||
|
python3 -m venv hysteria2_venv
|
||||||
|
source /etc/hysteria/hysteria2_venv/bin/activate
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
chmod +x menu.sh
|
chmod +x menu.sh
|
||||||
./menu.sh
|
./menu.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user