step 1 : create a droplet from digital ocean
ssh-keygen -t “where save keys“
add .pub key to digital ocean droplet
login → ssh -i “your key location“ root@your_droplet_ip
step 2 : update and upgrade ubuntu and install curl and git from command
apt up...