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