Update 'README.md'
This commit is contained in:
parent
1a56ad368d
commit
c8a793453e
|
@ -64,16 +64,21 @@ unzip omni.ja
|
|||
|
||||
`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';
|
||||
`
|
||||
`Replace the omni.ja files`:
|
||||
|
|
Loading…
Reference in New Issue