repo: use '--force-sync'

This commit is contained in:
surtur 2021-07-08 13:39:22 +02:00
parent 587edbe3c4
commit cc398e2903
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -55,7 +55,7 @@
. ~/.profile . ~/.profile
cd ~/android/lineage cd ~/android/lineage
repo init -u https://github.com/LineageOS/android.git -b "{{losbranch}}" && repo init -u https://github.com/LineageOS/android.git -b "{{losbranch}}" &&
repo sync repo sync --force-sync
args: args:
executable: /usr/bin/bash executable: /usr/bin/bash