mirror of
https://github.com/gabrielkheisa/x2go-terraform-digitalocean-chromium.git
synced 2025-04-03 18:09:03 +07:00
delete chromium
This commit is contained in:
parent
fb5e15b6e2
commit
db228478c4
@ -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
|
||||
|
4
setup.sh
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user