From 293d9f7d8d502d391ca06279dab99cecce62a4ee Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 18 Jan 2023 19:20:05 +0100 Subject: [PATCH] Update Zano_appimage_wrapper.sh --- utils/Zano_appimage_wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Zano_appimage_wrapper.sh b/utils/Zano_appimage_wrapper.sh index 51130654..bc458c59 100755 --- a/utils/Zano_appimage_wrapper.sh +++ b/utils/Zano_appimage_wrapper.sh @@ -11,7 +11,7 @@ call_app() pushd $script_dir usr/bin/Zano "$@" if [ $? -ne 0 ]; then - echo -e "If Zano failed to launch, it might need to install xinerama extension for the X C Binding with this command:\n sudo apt-get install libxcb-xinerama0e" + echo $'\n\n\x1b[1mIf Zano fails to launch, it might need to install xinerama extension for the X C Binding with this command:\n\x1b[2m sudo apt-get install libxcb-xinerama0e\n\n' fi popd