updated unsupported distro message formatting

This commit is contained in:
Václav Šmejkal 2024-02-23 09:45:03 +01:00
parent 13dff8514d
commit c294be679b
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -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