From 096b800da69a4ba7565db3b59e3e9e53536681c5 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Sat, 27 Apr 2024 16:35:25 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B:=20=E4=BF=AE=E5=A4=8Dinstal.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/install.sh b/bash/install.sh index 6819d25..8d7bedd 100644 --- a/bash/install.sh +++ b/bash/install.sh @@ -16,7 +16,7 @@ echo 'Installing PIP3...' sudo apt install -y python3-pip echo 'Installing Virtualenv...' -sudo apt install python3-virtualenv +sudo apt install -y python3-virtualenv echo 'Creating path: /www/wwwroot' sudo mkdir -p /www/wwwroot