This commit is contained in:
gabrielkheisa 2025-04-19 23:49:45 +07:00
parent fb5e15b6e2
commit 0f9a808e07
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ This project automates the deployment of a remote desktop environment on a Digit
- Sets up a secure root password and a random password for the user `gabriel`. - Sets up a secure root password and a random password for the user `gabriel`.
- Installs XFCE4 as the desktop environment. - Installs XFCE4 as the desktop environment.
- Installs and configures X2Go for remote desktop access. - Installs and configures X2Go for remote desktop access.
- Installs Chromium browser. - Installs Chromium browser.
- Automatically provisions a 2GB swap file. - Automatically provisions a 2GB swap file.
## Prerequisites ## Prerequisites

View File

@ -46,7 +46,7 @@ sudo apt install -y x2goserver x2goserver-xsession
# Install Chromium browser # Install Chromium browser
echo "Installing Chromium..." echo "Installing Chromium..."
sudo apt install -y chromium-browser sudo apt install -y chromium-browser
# Set XFCE4 as the default session for X2Go # Set XFCE4 as the default session for X2Go
echo "xfce4-session" | sudo tee /home/gabriel/.xsession echo "xfce4-session" | sudo tee /home/gabriel/.xsession