I want to use ondrej ppa to upgrade php version in ubuntu server. Do I need internet connection to run this command?
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y php7.1
I had tried and produce error of ondrej/ubuntu/php, ondrej user or team does not exist.
Thank you