EE 4 Requirements

When I run wget -qO ee rt.cx/ee4 && sudo bash ee on a Ubuntu server where Docker and Composer are already running does this command skip installing them again?

I saw

Requirements

  • Docker
  • Docker-Compose
  • PHP CLI (>=7.1)
  • PHP Modules - curl , sqlite3 , pcntl

And the first two are in general taken care of by me using Ansible Playbooks Docker Base or a Docker image like with Digital Ocean so I was just wondering.