From 1dc4cf36b10449dc106530c1652c432f77831ac3 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 25 Sep 2024 22:16:13 -0700 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 689bddc..4907e73 100755 --- a/install.sh +++ b/install.sh @@ -39,6 +39,8 @@ printf "\nMeshing Around Installer\n" if ! python3 -m venv --help &> /dev/null then printf "Python3 venv module not found, please install python3-venv with your OS\n" + sudo apt-get install python3-venv + exit 1 else printf "Python3 venv module found\n" fi