## Update root password ```shell passwd ``` ## Update system ```shell apt update && apt upgrade -yy && apt dist-upgrade -yy && sleep 5 && reboot ``` ## Install Packages ```shell apt install -yy curl wget vim-nox ``` # Install Docker ```shell curl -q -LSsf https://get.docker.com | bash usermod -aG docker $USER ``` # Setup incus ## Ipstall apt key ```shell curl -fsSL https://pkgs.zabbly.com/key.asc -o /etc/apt/keyrings/zabbly.asc ``` ## Create repo file ```shell cat <