Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Evil0ctal authored Apr 27, 2024
1 parent dc6b5a9 commit e4f603f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bash/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4f603f

Please sign in to comment.