🐛: 修复instal.sh
This commit is contained in:
parent
2b2cff1953
commit
096b800da6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue