Update install.sh

This commit is contained in:
SpudGunMan
2024-09-25 22:16:13 -07:00
parent 75cf43e02a
commit 1dc4cf36b1
+2
View File
@@ -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