#!/usr/bin/env bash set -e echo "[addon:codeserver] installing code-server" # Official install script (can be replaced later if you want full control) curl -fsSL https://code-server.dev/install.sh | sh echo "[addon:codeserver] install complete"