forgot sudo
This commit is contained in:
2024-09-27 07:19:53 +10:00
parent d2729244fc
commit b2bbe2f52a

View File

@@ -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. 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 && wget 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 && sudo 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 You can [go here](chrome://policy) to see if its applied