Setup Ubuntu Server

1.) Update Ubuntu Package

apt-get update -y
apt-get upgrade -y

2.) Install Requirements

apt-get install curl wget net-tools -y

Last updated

Was this helpful?