From c407a1f25d4e460a0d629817645f90ea677a337b Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 27 Oct 2019 07:03:48 +0000 Subject: [PATCH] add cherrypy to install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b1b97d35..38cb9880 100755 --- a/install.sh +++ b/install.sh @@ -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'