mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update trunk.sh
This commit is contained in:
parent
e76a9bdb53
commit
8f0003b5c9
1 changed files with 6 additions and 4 deletions
10
trunk.sh
10
trunk.sh
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Copyright (c) 2022 Alex313031 and Midzer
|
||||
|
||||
YEL='\033[1;33m' # Yellow
|
||||
|
||||
printf "\n" &&
|
||||
|
@ -29,15 +31,15 @@ printf "${YEL}Downloading PGO Profiles for Linux, Windows, and Mac...\n" &&
|
|||
printf "\n" &&
|
||||
tput sgr0 &&
|
||||
|
||||
python tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||
python3 tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||
|
||||
python tools/update_pgo_profiles.py --target=win64 update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||
python3 tools/update_pgo_profiles.py --target=win64 update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||
|
||||
python tools/update_pgo_profiles.py --target=mac update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||
python3 tools/update_pgo_profiles.py --target=mac update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
|
||||
|
||||
printf "\n" &&
|
||||
|
||||
printf "${YEL}Done! You can now run ./setup.sh.\n"
|
||||
printf "${YEL}Done! You can now run ./setup.sh.\n"
|
||||
tput sgr0
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue