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
67877cbadf
commit
1565cb1a2d
1 changed files with 2 additions and 2 deletions
4
setup.sh
4
setup.sh
|
@ -11,7 +11,7 @@ tput sgr0 &&
|
|||
mkdir -v -p $HOME/chromium/src/out/thorium/ &&
|
||||
printf "\n" &&
|
||||
|
||||
printf "${YEL}Copying source files over Chromium tree...\n" &&
|
||||
printf "${YEL}Copying Thorium source files over the Chromium tree...\n" &&
|
||||
tput sgr0 &&
|
||||
|
||||
cp -r -v ash/. $HOME/chromium/src/ash/ &&
|
||||
|
@ -63,7 +63,7 @@ alias pgom='python3 tools/update_pgo_profiles.py --target=mac update --gs-url-ba
|
|||
|
||||
printf "\n" &&
|
||||
|
||||
printf "${YEL}Dropping you to ~/chromium/src.\n" &&
|
||||
printf "${YEL}Dropping you to ~/chromium/src\n" &&
|
||||
printf "\n" &&
|
||||
|
||||
printf "${YEL}Look in this file to see the aliases and what they're for.\n" &&
|
||||
|
|
Loading…
Reference in a new issue