From 06716e650c9863c734036a4d88ca4b01827ec38b Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Mon, 25 Jul 2022 06:05:17 -0500 Subject: [PATCH] Update make_portable_linux.sh --- portable/make_portable_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portable/make_portable_linux.sh b/portable/make_portable_linux.sh index dd5722d6..0afe695d 100644 --- a/portable/make_portable_linux.sh +++ b/portable/make_portable_linux.sh @@ -28,7 +28,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-full and zip installed.${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 "${YEL}\n" &&