From 95eebcde2b1f057a6206bdda9536fe1e918fc78f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 12 Dec 2024 10:49:31 -0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 47345e5..9357d0d 100755 --- a/install.sh +++ b/install.sh @@ -77,7 +77,7 @@ if [ $venv == "y" ]; then fi # double check for python3-venv if ! python3 -m venv --help &> /dev/null; then - printf "Python3 venv module not found, please install python3-venv with your OS\n" + printf "\nPython3 venv module not found, please install python3-venv with your OS\n" exit 1 fi