Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at domenkozar-patch-1 17 lines 577 B view raw
1--- ./ci/build/npm-postinstall.sh 2+++ ./ci/build/npm-postinstall.sh 3@@ -102,14 +102,6 @@ 4 ;; 5 esac 6 7- mkdir -p ./lib 8- 9- if curl -fsSL "https://github.com/coder/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_install; then 16 echo "You may not have the required dependencies to build the native modules." 17 echo "Please see https://github.com/coder/code-server/blob/main/docs/npm.md"