Skip to content

Commit 096b800

Browse files
committed
🐛: 修复instal.sh
1 parent 2b2cff1 commit 096b800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo 'Installing PIP3...'
1616
sudo apt install -y python3-pip
1717

1818
echo 'Installing Virtualenv...'
19-
sudo apt install python3-virtualenv
19+
sudo apt install -y python3-virtualenv
2020

2121
echo 'Creating path: /www/wwwroot'
2222
sudo mkdir -p /www/wwwroot

0 commit comments

Comments
 (0)