run lbry instructions in bg

This commit is contained in:
Alex Grintsvayg 2016-05-23 00:35:44 -04:00
parent b6220e985a
commit 4c81906b50

View file

@ -1,4 +1,8 @@
(
sleep 10
zenity --question --text="<span size=\"xx-large\">LBRY Installed</span>\n\nRun LBRY now?" --title="LBRY Installed" --ok-label=" Yes" \ zenity --question --text="<span size=\"xx-large\">LBRY Installed</span>\n\nRun LBRY now?" --title="LBRY Installed" --ok-label=" Yes" \
--cancel-label=" No" --icon-name="system-software-install" --cancel-label=" No" --icon-name="system-software-install"
@ -20,3 +24,5 @@ lbry://lbry
in your browser." --title="LBRY Installed" --icon-name="system-software-install" in your browser." --title="LBRY Installed" --icon-name="system-software-install"
fi fi
) &