mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
fix `
This commit is contained in:
parent
971c87f453
commit
d446fa7cf8
5 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
4
trunk.sh
4
trunk.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue