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>
This commit is contained in:
Maciej Barć
2020-12-19 07:26:08 +01:00
parent 18c727f335
commit b6a4f96956
5 changed files with 98 additions and 19 deletions

View File

@@ -5,4 +5,4 @@
ROOT="$(root)"
-exec "$ROOT/lib/node" "$ROOT" "$@"
+exec node "${ROOT}" --disable-telemetry "${@}"
+exec node "${ROOT}" --disable-telemetry --disable-update-check "${@}"