From 0f9a808e07bdbce6249410e80440801c25d8278d Mon Sep 17 00:00:00 2001
From: gabrielkheisa <gabrielkheisa@gmail.com>
Date: Sat, 19 Apr 2025 23:49:45 +0700
Subject: [PATCH] tag

---
 README.md | 2 +-
 setup.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7bbaaf6..c3a02c6 100644
--- a/README.md
+++ b/README.md
@@ -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`.
 - Installs XFCE4 as the desktop environment.
 - Installs and configures X2Go for remote desktop access.
-- Installs Chromium browser.
+- Installs Chromium browser. 
 - Automatically provisions a 2GB swap file.
 
 ## Prerequisites
diff --git a/setup.sh b/setup.sh
index bff4f32..f66103d 100644
--- a/setup.sh
+++ b/setup.sh
@@ -46,7 +46,7 @@ sudo apt install -y x2goserver x2goserver-xsession
 
 # Install Chromium browser
 echo "Installing Chromium..."
-sudo apt install -y chromium-browser
+sudo apt install -y chromium-browser 
 
 # Set XFCE4 as the default session for X2Go
 echo "xfce4-session" | sudo tee /home/gabriel/.xsession