https://github.com/qwreey/vscode-server-autoinstall
https://github.com/qwreey/vscode-server-autoinstall
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/qwreey/vscode-server-autoinstall
- Owner: qwreey
- Created: 2024-03-14T11:47:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T14:45:39.000Z (over 2 years ago)
- Last Synced: 2025-01-30T00:32:06.174Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vscode-server-autoinstall
Simple vscode auto update/auto install system.
Works on systemd based system. (or, write the service file yourself)
# Install
Clone the repo to your server.
Then run 'service-install.sh' file. (You can chage host and port)
```
git clone https://github.com/qwreey/vscode-server-autoinstall.git "$HOME/code" --depth 1
cd "$HOME/code"
HOST=127.0.0.1 PORT=9104 ./service-install.sh
```