Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documents/6. Make Your Own CFW/2. forking.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ git push
cd ~
git clone https://github.com/diode123/diode-os-victor --recursive
cd wire-os-victor
git rm -f EXTERNALS
git rm -f EXTERNALS .git/modules/EXTERNALS
rm -rf EXTERNALS
git commit -m "remove externals"
git submodule add https://github.com/diode123/diode-os-externals EXTERNALS
git commit -m "update externals"
git push
```
```