mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
adding xlib to dependencies, optimizing shell scripts
This commit is contained in:
parent
e9509d8393
commit
9538aca9d0
6 changed files with 3 additions and 6 deletions
|
|
@ -69,7 +69,7 @@ detect_python () {
|
|||
python_version="$(python3 <<< ${version_command})"
|
||||
oIFS="$IFS"
|
||||
IFS=.
|
||||
set -- "$python_version"
|
||||
set -- $python_version
|
||||
IFS="$oIFS"
|
||||
if [ "$1" -ge "3" ] && [ "$2" -ge "6" ] ; then
|
||||
if [ "$2" -gt "7" ] ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue