mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update setup.sh
This commit is contained in:
parent
8f0003b5c9
commit
74f8eb0d24
1 changed files with 5 additions and 3 deletions
8
setup.sh
8
setup.sh
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Copyright (c) 2022 Alex313031
|
||||||
|
|
||||||
YEL='\033[1;33m' # Yellow
|
YEL='\033[1;33m' # Yellow
|
||||||
|
|
||||||
printf "\n" &&
|
printf "\n" &&
|
||||||
|
@ -50,10 +52,10 @@ export NINJA_SUMMARIZE_BUILD=1 &&
|
||||||
|
|
||||||
alias gsync='gclient sync --with_branch_heads --with_tags -f -R -D' &&
|
alias gsync='gclient sync --with_branch_heads --with_tags -f -R -D' &&
|
||||||
|
|
||||||
alias pgo='python tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles' &&
|
alias pgo='python3 tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles' &&
|
||||||
|
|
||||||
alias pgow='python tools/update_pgo_profiles.py --target=win64 update --gs-url-base=chromium-optimization-profiles/pgo_profiles' &&
|
alias pgow='python3 tools/update_pgo_profiles.py --target=win64 update --gs-url-base=chromium-optimization-profiles/pgo_profiles' &&
|
||||||
|
|
||||||
alias pgom='python tools/update_pgo_profiles.py --target=mac update --gs-url-base=chromium-optimization-profiles/pgo_profiles' &&
|
alias pgom='python3 tools/update_pgo_profiles.py --target=mac update --gs-url-base=chromium-optimization-profiles/pgo_profiles' &&
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue