1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-06-30 22:50:14 +02:00

Update wgd.sh

This commit is contained in:
Donald Cheng Hong Zou 2021-12-25 14:46:47 -05:00
parent 8d29cb7488
commit cc6e5ffb97

View File

@ -48,7 +48,7 @@ install_wgd(){
# set up the local environment
_check_and_set_venv
${VIRTUAL_ENV} -m pip install -U -r requirements.txt > /dev/null 2>&1
${VIRTUAL_ENV}/bin/python3 -m pip install -U -r requirements.txt > /dev/null 2>&1
printf "| WGDashboard installed successfully! |\n"
printf "| Preparing the systemctl unit file |\n"