mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-06 07:50:13 +01:00
Update wgd.sh
This commit is contained in:
parent
e8c56afa8e
commit
95c4fa56cc
@ -175,7 +175,7 @@ _checkPythonVersion(){
|
|||||||
printf "[WGDashboard] Found Python 3.12. Will be using python3.10 to install WGDashboard.\n"
|
printf "[WGDashboard] Found Python 3.12. Will be using python3.10 to install WGDashboard.\n"
|
||||||
pythonExecutable="python3.12"
|
pythonExecutable="python3.12"
|
||||||
else
|
else
|
||||||
printf "[WGDashboard] Could not find a compatible version of Python.Current Python is %s WGDashboard required Python 3.10, 3.11 or 3.12. Halting install now.\n" % "$version"
|
printf "[WGDashboard] Could not find a compatible version of Python.Current Python is %s. WGDashboard required Python 3.10, 3.11 or 3.12. Halting install now.\n" % "$version"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user