mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-23 23:00:51 -04:00
Switch to official F-Droid
This commit is contained in:
parent
4f488269ff
commit
34be4797ea
13 changed files with 18 additions and 287 deletions
|
@ -23,7 +23,7 @@ patchAllKernels() {
|
|||
export -f patchAllKernels;
|
||||
|
||||
resetWorkspace() {
|
||||
repo forall -c 'git add -A && git reset --hard' && rm -rf packages/apps/FDroid out && repo sync -j20 --force-sync;
|
||||
repo forall -c 'git add -A && git reset --hard' && rm -rf out && repo sync -j20 --force-sync;
|
||||
}
|
||||
export -f resetWorkspace;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue