forked from lthn/blockchain
Update Zano_appimage_wrapper.sh
This commit is contained in:
parent
3850b19425
commit
293d9f7d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue