Skip to content

Commit 2e0fa8c

Browse files
authored
readme nit
1 parent 783cdb4 commit 2e0fa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ alas, the Pixel's kernel wasn't compiled with NFS support (`cat /proc/filesystem
2929

3030
so i spent some time figuring out a way to get files on external storage drives to show up to apps as if they are stored in the internal storage. this method is basically a set of hacks around the selinux policies + app sandbox (using the plain old kernel supported `mount` command) to make files on an external storage device look as if they are stored in the device's internal storage.
3131

32-
(if you don't care about using these scripts and just want to see how it's done, take a look at [mount_ext4.sh](scripts/mount_ext4.sh))
32+
(if you don't care about using this automation and just want to see how it's done to do it yourself, take a look at [mount_ext4.sh](scripts/mount_ext4.sh))
3333

3434
### the good
3535
* works with the stock kernel

0 commit comments

Comments
 (0)