delete chromium

This commit is contained in:
Gabriel Kheisa 2025-03-16 00:52:32 +07:00
parent fb5e15b6e2
commit db228478c4
2 changed files with 0 additions and 5 deletions

View File

@ -8,7 +8,6 @@ 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`.
- Installs XFCE4 as the desktop environment.
- Installs and configures X2Go for remote desktop access.
- Installs Chromium browser.
- Automatically provisions a 2GB swap file.
## Prerequisites

View File

@ -44,10 +44,6 @@ sudo apt install -y xfce4 xfce4-goodies --no-install-recommends
echo "Installing X2Go Server..."
sudo apt install -y x2goserver x2goserver-xsession
# Install Chromium browser
echo "Installing Chromium..."
sudo apt install -y chromium-browser
# Set XFCE4 as the default session for X2Go
echo "xfce4-session" | sudo tee /home/gabriel/.xsession
sudo chown gabriel:gabriel /home/gabriel/.xsession