i tray to install phalcon.. my OS is ubuntu . i copy this
curl -s https://packagecloud.io/install/repositories/phalcon/stable/script.deb.sh | sudo bash
to my terminal, but i get some error like this.
Detected operating system as Ubuntu/trusty. Checking for curl... Detected curl... Running apt-get update... done. Installing apt-transport-https... done. Installing /etc/apt/sources.list.d/phalcon_nightly.list...curl: (7) Failed to connect to packagecloud.io port 443: Network is unreachable
Unable to run: curl https://packagecloud.io/install/repositories/phalcon/nightly/config_file.list?os=Ubuntu&dist=trusty&source=script
Double check your curl installation and try again.
What should I do..? thanks