From e4f603f2d02538b1fa49367bcd7a91874bd5d9a7 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Sat, 27 Apr 2024 16:41:20 -0700 Subject: [PATCH] Update install.sh --- bash/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/install.sh b/bash/install.sh index 8d7bedd14..f88904c9f 100644 --- a/bash/install.sh +++ b/bash/install.sh @@ -15,8 +15,8 @@ sudo apt install -y python3 echo 'Installing PIP3...' sudo apt install -y python3-pip -echo 'Installing Virtualenv...' -sudo apt install -y python3-virtualenv +echo 'Installing python3-venv...' +sudo apt install -y python3-venv echo 'Creating path: /www/wwwroot' sudo mkdir -p /www/wwwroot