From 3473edc84429570d99c20e26c9781e4dc1b36cd6 Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Fri, 12 Apr 2024 21:57:15 +0000 Subject: [PATCH] untouch --- dev-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-env.sh b/dev-env.sh index f64a4d80e3..d85ca0aba7 100644 --- a/dev-env.sh +++ b/dev-env.sh @@ -151,6 +151,6 @@ function workspace-initialize-env { sudo sysctl -w vm.max_map_count=262144 1> /dev/null # Prevent Corepack showing the URL when it needs to download software - # https://github.com/nodejs/corepack/blob/main/README.md#environment-variables. + # https://github.com/nodejs/corepack/blob/main/README.md#environment-variables export COREPACK_ENABLE_DOWNLOAD_PROMPT="0" }