Update setup.sh

This commit is contained in:
Alexander David Frick 2022-05-18 16:25:10 -05:00 committed by GitHub
parent 67877cbadf
commit 1565cb1a2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ tput sgr0 &&
mkdir -v -p $HOME/chromium/src/out/thorium/ && mkdir -v -p $HOME/chromium/src/out/thorium/ &&
printf "\n" && printf "\n" &&
printf "${YEL}Copying source files over Chromium tree...\n" && printf "${YEL}Copying Thorium source files over the Chromium tree...\n" &&
tput sgr0 && tput sgr0 &&
cp -r -v ash/. $HOME/chromium/src/ash/ && 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 "\n" &&
printf "${YEL}Dropping you to ~/chromium/src.\n" && printf "${YEL}Dropping you to ~/chromium/src\n" &&
printf "\n" && printf "\n" &&
printf "${YEL}Look in this file to see the aliases and what they're for.\n" && printf "${YEL}Look in this file to see the aliases and what they're for.\n" &&