From 82006ff1db64b13874a7a22c863d8a72724fa6f4 Mon Sep 17 00:00:00 2001 From: Bloodhunter4rc Date: Sat, 5 Feb 2022 22:19:42 +0100 Subject: [PATCH] Update setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 1df9df606..e1c9b1cba 100755 --- a/setup.sh +++ b/setup.sh @@ -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 }