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

You must run as root user

Last updated