mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
9 lines
199 B
Diff
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 "${@}"
|