diff options
author | Anon8535337 <eaterjolly@gmail.com> | 2017-06-08 18:53:46 +0000 |
---|---|---|
committer | Anon8535337 <eaterjolly@gmail.com> | 2017-06-08 18:53:46 +0000 |
commit | c945913993698ab3e2d4d0d8f163abb37aa4f95c (patch) | |
tree | 5e13b68885da73fccc1a1294cea7df26387848dd /docs | |
parent | 617e7ef70d0ec9eb78b62e5f0f4a8ba5edaadf7f (diff) | |
download | librebootfr-c945913993698ab3e2d4d0d8f163abb37aa4f95c.tar.gz librebootfr-c945913993698ab3e2d4d0d8f163abb37aa4f95c.zip |
fixed permissions issue
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install/c201.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install/c201.md b/docs/install/c201.md index 4bb0583b..233f9a87 100644 --- a/docs/install/c201.md +++ b/docs/install/c201.md @@ -132,7 +132,7 @@ this point and store it outside of the device for backup purposes.* Then, the `cros-flash-replace` script has to be executed as such: - # ./cros-flash-replace flash.img coreboot ro-frid + # sudo bash ./cros-flash-replace flash.img coreboot ro-frid If any error is shown, it is definitely a bad idea to go further than this point. |