Skip to content

Commit

Permalink
clarify --help lines in portable scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Mar 15, 2024
1 parent ed95a32 commit 88c0962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/portable/make_portable_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ esac

printf "\n" &&
printf "${bold}${RED}NOTE: You must place the Thorium .deb file in this directory before running.${c0}\n" &&
printf "${bold}${RED} AND you must have p7zip-full and zip installed.${c0}\n" &&
printf "${bold}${RED} AND you must have p7zip and zip installed.${c0}\n" &&
printf "\n" &&

read -p "Press Enter to continue or Ctrl + C to abort."
Expand Down
2 changes: 1 addition & 1 deletion infra/portable/make_portable_win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ esac

printf "\n" &&
printf "${bold}${RED}NOTE: You must place the Thorium .exe file in this directory before running.${c0}\n" &&
printf "${bold}${RED} AND you must have p7zip-full and zip installed.${c0}\n" &&
printf "${bold}${RED} AND you must have 7-Zip installed and in your PATH.${c0}\n" &&
printf "\n" &&
printf "${bold}${RED} - Make sure to rename the .zip properly as per https://github.com/Alex313031/thorium/discussions/28#discussioncomment-3031799 ${c0}\n" &&
printf "${bold}${RED} AND make sure to edit the THORIUM_SHELL.BAT to match the version number of this release.${c0}\n" &&
Expand Down

0 comments on commit 88c0962

Please sign in to comment.