#!/bin/bash # Update the package list sudo apt-get update # Install neofetch sudo apt-get install -y neofetch # Install Ubuntu desktop sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-desktop # Install and enable XRDP sudo apt-get -y install xrdp sudo systemctl enable xrdp sudo adduser xrdp ssl-cert # Install dbus-x11 sudo apt install -y dbus-x11 # Install Visual Studio Code sudo snap install code --classic # Install pip for Python 3 sudo apt install -y python3-pip # Install the venv module sudo apt install -y python3-venv # Download and run Docker installation script curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh # Install Docker Compose sudo apt-get -y install docker-compose # Download and execute PowerShell installation script curl -fsSL https://scripts.rishek.com/getpwsh.sh -o getpwsh.sh sudo sh getpwsh.sh # Download and execute Microsoft Edge installation script curl -fsSL https://scripts.rishek.com/getedge.sh -o getedge.sh sudo sh getedge.sh