Update setup.sh

This commit is contained in:
Bloodhunter4rc 2022-02-05 22:19:42 +01:00 committed by GitHub
parent 6ed237a72a
commit 82006ff1db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function check_installed_python() {
fi
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
}