From 9e3b89ac26425a67a317d6fe71fcfa2c2d8e0424 Mon Sep 17 00:00:00 2001 From: sandbank52641 <153552626+sandbank52641@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:14:58 +0200 Subject: [PATCH] add note about yarn on Debian --- static/build.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index 954bb708..1389db02 100644 --- a/static/build.html +++ b/static/build.html @@ -394,7 +394,9 @@ cd ../.. that the official builds match the sources, since it has signature verification (which is an important part of the verified boot and attestation security model).
-The below commands need to only be run once to initially create a working environment.
+The below commands need to only be run once to initially create a working
+ environment. (Note: On Debian, yarn
is reserved for a binary in
+ cmdtest
; use yarnpkg
instead.)
yarn install --cwd vendor/adevtool/ source build/envsetup.sh