From c294be679b93237dcc8a6385ac6dc868a71e9b2f Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 23 Feb 2024 09:45:03 +0100 Subject: [PATCH] updated unsupported distro message formatting --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index 113bce6..add4fb6 100755 --- a/configure.sh +++ b/configure.sh @@ -43,7 +43,7 @@ elif [[ $DISTRO == "Gentoo" ]]; then env-update && source /etc/profile else # 'Unsupported' distro - echo "It seems you are using unsupported distribution... Don't worry, just install 'gcc', 'json-c', 'curl', 'libgit2', 'tmux' and 'make' and you'll be fine." + echo -e "It seems you are using unsupported distribution...\nDon't worry, just install these dependencies:\n\ngcc\njson-c\ncurl\nlibgit2\ntmux\nmake\n\nand you'll be fine." exit fi