CasaOS as VM
To install CasaOS we have a dependency called Ubuntu so we will first Create a new VM and install ubuntu on it
Download Ubuntu Desktop | Download | Ubuntu
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things.

Once we have ubuntu installed ( usually with minimal configuration ) we will need to run the following command to install casaOS:
Install curl:
sudo snap install curl
Install casaOS:
curl -fsSL https://get.casaos.io | sudo bash
