summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkennycallado <kennycallado@gmail.com>2023-12-19 16:28:52 +0100
committerGitHub <noreply@github.com>2023-12-19 10:28:52 -0500
commit399e380c96f6bf245b48f3f76f003d1beaca369d (patch)
treee2826ece3fa0180c2ef514f3c5e67d6457fe6abb
parentbd344632b5cb3280a98188c55a6a904d8b9c0edd (diff)
fix: skip printf % interpretation (#463)
Co-authored-by: kennycallado <kennycallado@hotmail.com>
-rwxr-xr-xutils/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/install.sh b/utils/install.sh
index 1ad59d8..1d680d2 100755
--- a/utils/install.sh
+++ b/utils/install.sh
@@ -50,7 +50,7 @@ readonly DOWNLOAD_DIR="$(mktemp -d)"
readonly RELEASE_SHA="$(curl -Lfs "$CHECKSUM_URL" | awk '{print $1}')"
function main() {
- printf "$RELEASE_BODY\n\n"
+ echo -e "$RELEASE_BODY"
printf '\e[1;32m%-6s\e[m' "===================="
printf '\e[1;34m%-6s\e[m' " Release notes  "