diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-12-05 01:52:29 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-12-05 01:52:29 +0100 |
| commit | 886a9f668b62cf8991e7dacf71c2df94f1b72d46 (patch) | |
| tree | c2d1f39a14d7dc5a4301bded01cd172980c24b83 | |
| parent | ccd5a64f0d6da36722bdd85ab45abeea71545716 (diff) | |
Fix chown typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Naturally, requires Arch. ```bash $ sudo su # become root now, otherwise you get ugly permissions problems -$ chmod -R root:root liveusb +$ chown -R root:root liveusb $ cd liveusb $ ./build.sh -v ``` |
