Update install.sh

This commit is contained in:
SpudGunMan
2024-12-12 10:49:31 -08:00
parent 5cd7dca9b0
commit 95eebcde2b
+1 -1
View File
@@ -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