mirror of
https://github.com/gabrielkheisa/x2go-terraform-digitalocean-chromium.git
synced 2025-04-27 21:59:04 +07:00
tag
This commit is contained in:
parent
fb5e15b6e2
commit
0f9a808e07
@ -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
|
||||||
|
2
setup.sh
2
setup.sh
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user