diff --git a/README.md b/README.md index 1f4e92f..59ae49d 100644 --- a/README.md +++ b/README.md @@ -63,20 +63,19 @@ unzip omni.ja `Remove telemetry`: `find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main\/collections\/nimbus-desktop-experiments\/records//g'; - -find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main-preview\/collections\/search-config\/records//g'; - -find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main\/collections\/search-config\/records//g'; - -find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1//g'; - -find -type f -print0 | xargs -0 sed -i 's/onecrl\.content-signature\.mozilla\.org//g'; - -find -type f -print0 | xargs -0 sed -i 's/remote-settings\.content-signature\.mozilla\.org//g'; - -find -type f -print0 | xargs -0 sed -i 's/normandy\.content-signature\.mozilla\.org//g'; ` +`find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main-preview\/collections\/search-config\/records//g';` +`find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1\/buckets\/main\/collections\/search-config\/records//g'; +` +`find -type f -print0 | xargs -0 sed -i 's/https\:\/\/firefox\.settings\.services\.mozilla\.com\/v1//g'; +` +`find -type f -print0 | xargs -0 sed -i 's/onecrl\.content-signature\.mozilla\.org//g'; +` +`find -type f -print0 | xargs -0 sed -i 's/remote-settings\.content-signature\.mozilla\.org//g'; +` +`find -type f -print0 | xargs -0 sed -i 's/normandy\.content-signature\.mozilla\.org//g'; +` `Replace the omni.ja files`: mv omni.ja back.omni.ja