1 Commits
3.8.5 ... 3.9.0

Author SHA1 Message Date
f1afc94139 „compile.sh“ ändern 2021-01-04 09:38:01 +01:00

View File

@@ -1,5 +1,5 @@
CPU_COUNT="$(grep -c ^processor /proc/cpuinfo)"
PYTHON_V="3.8.5"
PYTHON_V="3.9.0"
echo "---Setting compile cores to $CPU_COUNT---"
apt-get update