Skip to content

Commit be67d80

Browse files
committed
Merge branch 'pr/17' into main
2 parents 62990a9 + 63a19c5 commit be67d80

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ paths in wsl follow the same as windows after /mnt/ its just the drive letter th
4545
### Edit scripts
4646
Set executable permission for the scripts
4747
```
48-
cd..
48+
cd ..
4949
sudo chmod +x extract_gapps_pico.sh
5050
sudo chmod +x extend_and_mount_images.sh
5151
sudo chmod +x apply.sh
@@ -64,6 +64,11 @@ replace the root variable with the output of pwd up until and including the WSAG
6464

6565

6666
### Run the scripts
67+
**Debian WSL users need to create an mtab symlink:**
68+
```
69+
sudo ln -s /proc/self/mounts /etc/mtab
70+
```
71+
6772
```
6873
sudo ./extract_gapps_pico.sh
6974
sudo ./extend_and_mount_images.sh

0 commit comments

Comments
 (0)