make sure we install curl and wget first
This commit is contained in:
parent
b715eb0815
commit
f2bdd3b594
|
@ -56,6 +56,8 @@ sudo apt install -y nginx
|
|||
|
||||
print_green 'Installing NodeJS'
|
||||
|
||||
sudo apt install -y curl wget
|
||||
|
||||
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
|
||||
sudo apt update
|
||||
sudo apt install -y gcc g++ make
|
||||
|
@ -120,7 +122,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 python3-cherrypy3
|
||||
sudo apt install -y python3.7 python3.7-venv python3.7-dev python3-pip python3-dev python3-venv python3-setuptools ca-certificates redis git python3-cherrypy3
|
||||
|
||||
print_green 'Installing postgresql'
|
||||
|
||||
|
|
Loading…
Reference in New Issue