We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62990a9 + 63a19c5 commit be67d80Copy full SHA for be67d80
README.md
@@ -45,7 +45,7 @@ paths in wsl follow the same as windows after /mnt/ its just the drive letter th
45
### Edit scripts
46
Set executable permission for the scripts
47
```
48
-cd..
+cd ..
49
sudo chmod +x extract_gapps_pico.sh
50
sudo chmod +x extend_and_mount_images.sh
51
sudo chmod +x apply.sh
@@ -64,6 +64,11 @@ replace the root variable with the output of pwd up until and including the WSAG
64
65
66
### 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
+
72
73
sudo ./extract_gapps_pico.sh
74
sudo ./extend_and_mount_images.sh
0 commit comments