Skip to content

Instantly share code, notes, and snippets.

@sofianhamiti
Last active January 27, 2023 13:16
Show Gist options
  • Save sofianhamiti/cf4f090461e1c4dd641935689e6e1f06 to your computer and use it in GitHub Desktop.
Save sofianhamiti/cf4f090461e1c4dd641935689e6e1f06 to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir -p vscode
cd vscode
sudo su
curl -fsSL https://code-server.dev/install.sh | sh -s -- --version=4.9.1
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment