- Update Ubuntu box
sudo apt update
sudo apt upgrade
Note: If you already have installed Git and cURL, you can skip next 2 steps.
- Installing cURL
sudo apt install curl
- Installing Git
sudo apt install git-all
sudo apt update
sudo apt upgrade
Note: If you already have installed Git and cURL, you can skip next 2 steps.
sudo apt install curl
sudo apt install git-all