We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22b408c + 2ab1cb1 commit afdaa8dCopy full SHA for afdaa8d
1 file changed
documents/6. Make Your Own CFW/2. forking.md
@@ -28,10 +28,10 @@ git push
28
cd ~
29
git clone https://github.com/diode123/diode-os-victor --recursive
30
cd wire-os-victor
31
-git rm -f EXTERNALS
+git rm -f EXTERNALS .git/modules/EXTERNALS
32
rm -rf EXTERNALS
33
git commit -m "remove externals"
34
git submodule add https://github.com/diode123/diode-os-externals EXTERNALS
35
git commit -m "update externals"
36
git push
37
-```
+```
0 commit comments