diff --git a/README.md b/README.md
index 7bbaaf6..e2c87d0 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/setup.sh b/setup.sh
index bff4f32..4e1e5f4 100644
--- a/setup.sh
+++ b/setup.sh
@@ -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