Skip to content

Instantly share code, notes, and snippets.

@ChickenChunk579
ChickenChunk579 / setup_codespaces_gui.sh
Last active January 2, 2025 22:32
Installs the Fluxbox Window Manager, NoVNC and TightVNC Server Standalone to add a desktop environment to your Codespace
#!/bin/bash
echo "Updating..."
sudo apt update
echo "Installing packages..."
sudo apt install xterm fluxbox novnc tigervnc-standalone-server
echo "Starting NoVNC"