Archived
1
0

Add auto install script

This commit is contained in:
Anmol Sethi
2020-05-20 04:50:16 -04:00
parent 96eeb9fea0
commit 3b11733bd8
9 changed files with 376 additions and 28 deletions

View File

@ -82,7 +82,7 @@ SSH into your instance and run the appropriate commands documented in [README.md
Assuming Debian:
```bash
curl -OL https://github.com/cdr/code-server/releases/download/v3.3.1/code-server_3.3.1_amd64.deb
curl -fOL https://github.com/cdr/code-server/releases/download/v3.3.1/code-server_3.3.1_amd64.deb
sudo dpkg -i code-server_3.3.1_amd64.deb
systemctl --user enable --now code-server
# Now code-server is running at http://127.0.0.1:8080