mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Fix v8 git sync issue
This commit is contained in:
parent
23463546b1
commit
58425fbfa3
1 changed files with 4 additions and 0 deletions
4
trunk.sh
4
trunk.sh
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd /media/alex/cr/chromium/src/v8/ &&
|
||||||
|
|
||||||
|
git checkout -f origin/main &&
|
||||||
|
|
||||||
cd $HOME/chromium/src &&
|
cd $HOME/chromium/src &&
|
||||||
|
|
||||||
git checkout -f origin/main &&
|
git checkout -f origin/main &&
|
||||||
|
|
Loading…
Reference in a new issue