Skip to content

Instantly share code, notes, and snippets.

@bil9000
Created November 19, 2022 04:07
Show Gist options
  • Save bil9000/752a0dc55537ca8720c6e43246db4c91 to your computer and use it in GitHub Desktop.
Save bil9000/752a0dc55537ca8720c6e43246db4c91 to your computer and use it in GitHub Desktop.
install-code-server-ubuntu.sh
#!/bin/bash
wget -O- https://aka.ms/install-vscode-server/setup.sh | sh
code-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment