Update setup.sh

This commit is contained in:
Bloodhunter4rc
2022-02-05 22:19:42 +01:00
committed by GitHub
parent 6ed237a72a
commit 82006ff1db

View File

@@ -36,7 +36,7 @@ function check_installed_python() {
fi fi
done done
echo "No usable python found. Please make sure to have python3.7 or newer installed." echo "No usable python found. Please make sure to have python3.8 or newer installed."
exit 1 exit 1
} }