From ca24651326fce9b541e5a4edf0a55784612cc95f Mon Sep 17 00:00:00 2001 From: Kurtis Andrews Date: Thu, 26 Sep 2024 23:18:39 +1000 Subject: [PATCH] update fixed error in syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a3013e..5d6ce96 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is the chromium policy for my computers. Feel free to use it just run this on your pc or put it in the correct area. ``` -sudo mkdir -p /etc/chromium/policies/managed && sudo chmod -w /etc/chromium/policies/managed && https://git.tcmeta.net/kurtis/chromium-policy/raw/branch/main/varg-policy.json -O /etc/chromium/policies/managed/varg-policy.json +sudo mkdir -p /etc/chromium/policies/managed && sudo chmod -w /etc/chromium/policies/managed && wget https://git.tcmeta.net/kurtis/chromium-policy/raw/branch/main/varg-policy.json -O /etc/chromium/policies/managed/varg-policy.json ``` You can [go here](chrome://policy) to see if its applied \ No newline at end of file