From 399e380c96f6bf245b48f3f76f003d1beaca369d Mon Sep 17 00:00:00 2001 From: kennycallado Date: Tue, 19 Dec 2023 16:28:52 +0100 Subject: fix: skip printf % interpretation (#463) Co-authored-by: kennycallado --- utils/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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  " -- cgit v1.2.3