This commit is contained in:
Alexander Frick 2023-04-13 07:15:52 -05:00
parent 971c87f453
commit d446fa7cf8
5 changed files with 7 additions and 7 deletions

View file

@ -78,7 +78,7 @@ printf "\n" &&
cd ~/thorium &&
printf "${GRE}Done! ${YEL}You can now run `./setup.sh`\n"
printf "${GRE}Done! ${YEL}You can now run \'./setup.sh\'\n"
tput sgr0 &&
exit 0

View file

@ -37,7 +37,7 @@ export NINJA_SUMMARIZE_BUILD=1 &&
cat logos/thorium_logo_ascii_art.txt &&
printf "${GRE}${bold}Build Completed. ${YEL}${bold}You can now run `./thordeb.sh` to build an installation package.\n" &&
printf "${GRE}${bold}Build Completed. ${YEL}${bold}You can now run \'./thordeb.sh\' to build an installation package.\n" &&
tput sgr0 &&
exit 0

View file

@ -61,7 +61,7 @@ mv ~/chromium/src/out/thorium/apks/ChromePublic.apk ~/chromium/src/out/thorium/a
cat logos/thorium_logo_ascii_art.txt &&
printf "${GRE}${bold}Build Completed. ${YEL}${bold}You can copy the .apk(s) to your device or use ADB to install it.\n" &&
printf "${GRE}${bold}They are located in `//chromium/src/out/thorium/apks/`\n" &&
printf "${GRE}${bold}They are located in \'//chromium/src/out/thorium/apks/\'\n" &&
tput sgr0
}
case $1 in
@ -78,7 +78,7 @@ mv ~/chromium/src/out/thorium/apks/ChromePublic.apk ~/chromium/src/out/thorium/a
cat logos/thorium_logo_ascii_art.txt &&
printf "${GRE}${bold}Build Completed. ${YEL}${bold}You can copy the .apk(s) to your device or use ADB to install it.\n" &&
printf "${GRE}${bold}They are located in `//chromium/src/out/thorium/apks/`\n" &&
printf "${GRE}${bold}They are located in \'//chromium/src/out/thorium/apks/\'\n" &&
tput sgr0 &&
exit 0

View file

@ -35,5 +35,5 @@ export NINJA_SUMMARIZE_BUILD=1 &&
./depot_tools/autoninja -C ~/chromium/src/out/thorium "chrome/installer/linux:stable_deb" -j$@ &&
printf "${GRE}Done! ${YEL}Installer at `//out/thorium/thorium*.deb`\n" &&
printf "${GRE}Done! ${YEL}Installer at \'//out/thorium/thorium*.deb\'\n" &&
tput sgr0

View file

@ -116,7 +116,7 @@ gsyncShallow () {
gclient runhooks &&
printf "\n" &&
printf "${GRE}Done! ${YEL}You can now run `./VERSION.sh`\n"
printf "${GRE}Done! ${YEL}You can now run \'./VERSION.sh\'\n"
tput sgr0 &&
c0='\033[0m' # Reset Text
@ -266,7 +266,7 @@ python3 tools/update_pgo_profiles.py --target=win64 update --gs-url-base=chromiu
python3 tools/update_pgo_profiles.py --target=mac update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
printf "\n" &&
printf "${GRE}Done! ${YEL}You can now run `./VERSION.sh`\n" &&
printf "${GRE}Done! ${YEL}You can now run \'./VERSION.sh\'\n" &&
tput sgr0 &&
c0='\033[0m' # Reset Text