1--- ./ci/build/npm-postinstall.sh
2+++ ./ci/build/npm-postinstall.sh
3@@ -58,14 +58,6 @@
4
5 OS="$(uname | tr '[:upper:]' '[:lower:]')"
6
7- mkdir -p ./lib
8-
9- if curl -fsSL "https://github.com/cdr/cloud-agent/releases/latest/download/cloud-agent-$OS-$ARCH" -o ./lib/coder-cloud-agent; then
10- chmod +x ./lib/coder-cloud-agent
11- else
12- echo "Failed to download cloud agent; --link will not work"
13- fi
14-
15 if ! vscode_yarn; then
16 echo "You may not have the required dependencies to build the native modules."
17 echo "Please see https://github.com/cdr/code-server/blob/master/docs/npm.md"