Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toyobayashi/vscode-server-install
https://github.com/toyobayashi/vscode-server-install
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/toyobayashi/vscode-server-install
- Owner: toyobayashi
- Created: 2022-09-06T09:50:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T09:51:47.000Z (over 2 years ago)
- Last Synced: 2024-11-05T22:46:07.296Z (about 2 months ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install VSCode Server Manually
Install latest release
```bash
./install.sh
```Install specific tag sha
```bash
./install.sh 784b0177c56c607789f9638da7b6bf3230d47a8c
```Install from local tar.gz using latest tag sha
```bash
./install.sh "" /tmp/vscode-server-linux-x64.tar.gz
```Install from local tar.gz using specific tag sha
```bash
./install.sh 784b0177c56c607789f9638da7b6bf3230d47a8c /tmp/vscode-server-linux-x64.tar.gz
```