Update trunk.sh

This commit is contained in:
Alexander David Frick 2022-08-09 16:58:47 -05:00 committed by GitHub
parent bb19ccd7ce
commit 5bba5a5d4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,8 @@ gsyncShallow () {
rm -v -f $HOME/chromium/src/chrome/browser/thorium_flag_choices.h &&
rm -v -f $HOME/chromium/src/third_party/pak &&
git checkout -f origin/main &&
git rebase-update --current &&
@ -117,6 +119,8 @@ rm -v -f $HOME/chromium/src/chrome/browser/thorium_flag_entries.h &&
rm -v -f $HOME/chromium/src/chrome/browser/thorium_flag_choices.h &&
rm -v -f $HOME/chromium/src/third_party/pak &&
git checkout -f origin/main &&
git rebase-update &&