1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-06 16:00:28 +01:00

Updated langugage

This commit is contained in:
Donald Zou 2024-08-12 00:34:54 -04:00
parent 5b9d0b60a1
commit e86d1a4c7a

View File

@ -187,7 +187,7 @@ install_wgd(){
version_pass=$(python3 -c 'import sys; print("1") if (sys.version_info.major == 3 and sys.version_info.minor >= 10) else print("0");')
if [ $version_pass == "0" ]
then
printf "[WGDashboard] WGDashboard required Python 3.7 or above\n"
printf "[WGDashboard] WGDashboard required Python 3.10 or above\n"
exit 1
fi