Note: To prevent Ctrl+C, Ctrl+V mistakes, you have to add
sudo
on your own! Sorry :)
On a fresh server, run
apt update
Install curl
to send HTTP requests
curl
apt install curl
Install git
(client) to clone projects from GIT Servers
git
apt install git