From bdea3d603614ea5c987194399fb982de1f8ada17 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 12 Dec 2024 12:26:35 -0800 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 92bdfd0..aadb6d6 100755 --- a/install.sh +++ b/install.sh @@ -65,7 +65,8 @@ if [ $venv == "y" ]; then printf "Python3/venv error, please install python3-venv with your OS\n" exit 1 else - echo "The Following could be messy, Creating virtual environment..." + echo "The Following could be messy, or take some time on slower devices." + echo "Creating virtual environment..." #check if python3 has venv module if [ -f venv/bin/activate ]; then printf "\nFound virtual environment for python\n"