add cherrypy to install

This commit is contained in:
wh1te909 2019-10-27 07:03:48 +00:00
parent eaf0579e2f
commit c407a1f25d
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ echo "${meshcfg}" > /meshcentral/meshcentral-data/config.json
print_green 'Installing python, redis and git'
sudo apt install -y software-properties-common
sudo apt install -y python3.7 python3.7-venv python3.7-dev python3-pip python3-dev python3-venv python3-setuptools curl ca-certificates redis git
sudo apt install -y python3.7 python3.7-venv python3.7-dev python3-pip python3-dev python3-venv python3-setuptools curl ca-certificates redis git python3-cherrypy3
print_green 'Installing postgresql'