Skip to content

Commit 3af16b3

Browse files
authored
Update DO guide to link to correct script (#23)
Updates the DO guide to link to the correct script (launch-code-server.sh) script instead of the linode one (launch-code-server-linode.sh)
1 parent cda074c commit 3af16b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/digitalocean.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
1. Log into DigitalOcean and create a new Ubuntu 20.10 droplet with any size, in any region
88
1. Under "Select additional options," check `User data`. This will allow you to specify a script that will run on first boot.
9-
1. Paste in the contents of [launch-code-server.sh](../deploy-vm/launch-code-server-linode.sh) to the textarea.
9+
1. Paste in the contents of [launch-code-server.sh](../deploy-vm/launch-code-server.sh) to the textarea.
1010
1. Create your server. Feel free to add SSH keys or other preferences.
1111
1. Once your server starts, you can simply navigate to the IP address and get forwarded to a secure version of code-server, which will be proxied behind your GitHub account. For information on how this works, see [code-server --link](https://github.com/cdr/code-server#cloud-program-%EF%B8%8F).
1212

0 commit comments

Comments
 (0)