From 43f89672443be5c844a5d149a0261063a144064c Mon Sep 17 00:00:00 2001 From: liaronce Date: Thu, 7 Oct 2021 17:42:16 +0800 Subject: [PATCH] Upload --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6b197ca..e62960b 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,15 @@ cd b2g-certificates chmod +x ./add-certificates-to-phone.sh ./add-certificates-to-phone.sh -# If you are using WSL, please run this (Need to set Android Platform Tools as an environment variable) +# If you are using WSL, please run this (Need to add Android Platform Tools directory to PATH) chmod +x ./add-certificates-to-phone-wsl.sh ./add-certificates-to-phone-wsl.sh ``` -Windows Batch(Testing and NSS `certutil` reported an error): +Windows Batch(Need to add Android Platform Tools directory to PATH): ```batch add-certificates-to-phone.bat ``` -NSS (Windows, 3.35.0, fron AdGuard) `certutil` reported an error: -``` -certutil.exe: function failed: SEC_ERROR_LEGACY_DATABASE: The certificate/key database is in an old, unsupported format. -```