guru/www-apps/code-server-bin/files/code-server-bin-node.patch
Maciej Barć b6a4f96956
www-apps/code-server-bin: bump to 3.8.0; 0/12 slot; other misc fixes
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
2020-12-19 07:26:21 +01:00

9 lines
199 B
Diff

--- a/bin/code-server
+++ b/bin/code-server
@@ -33,4 +33,4 @@ root() {
}
ROOT="$(root)"
-exec "$ROOT/lib/node" "$ROOT" "$@"
+exec node "${ROOT}" --disable-telemetry --disable-update-check "${@}"