doctor: temporary add -R flag in chown instruction
Will replace it when we implemented `brew repair-permission`
This commit is contained in:
parent
e66cb91702
commit
30795ddc29
@ -443,7 +443,7 @@ class Checks
|
|||||||
|
|
||||||
You should probably change the ownership and permissions of /usr/local
|
You should probably change the ownership and permissions of /usr/local
|
||||||
back to your user account.
|
back to your user account.
|
||||||
sudo chown $(whoami):admin /usr/local
|
sudo chown -R $(whoami):admin /usr/local
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user